CLRSharp.Type_Common_System.IsInst C# (CSharp) Méthode

IsInst() public méthode

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