QL.QLClasses.Types.QInt.IsCompatibleWith C# (CSharp) 메소드

IsCompatibleWith() 공개 메소드

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