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

IsCompatibleWithQInt() public method

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