QL.QLClasses.Types.QInt.IsCompatibleWith C# (CSharp) Method

IsCompatibleWith() public method

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