CLRSharp.Type_Common_System.IsInst C# (CSharp) Method

IsInst() public method

public IsInst ( object obj ) : bool
obj object
return bool
        public bool IsInst(object obj)
        {
            return TypeForSystem.IsInstanceOfType(obj);
        }