QL.QLClasses.Types.QInt.IsCompatibleWith C# (CSharp) Méthode

IsCompatibleWith() public méthode

public IsCompatibleWith ( QType type ) : bool
type QType
Résultat bool
        public override bool IsCompatibleWith(QType type)
        {
            return type.IsCompatibleWithQInt(this);
        }