PERWAPI.PrimitiveType.SameType C# (CSharp) Méthode

SameType() final private méthode

final private SameType ( Type tstType ) : bool
tstType Type
Résultat bool
        internal override sealed bool SameType(Type tstType)
        {
            if (tstType is SystemClass)
                return tstType.SameType(this);
            return this == tstType;
        }