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

IsCompatibleWithQInt() 공개 메소드

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
리턴 bool
        public override bool IsCompatibleWithQInt(QInt type)
        {
            return true;
        }