Inheritance: QType
 public override bool IsCompatibleWithQBool(QBool type)
 {
     return true;
 }
Beispiel #2
0
 public virtual bool IsCompatibleWithQBool(QBool type)
 {
     return(false);
 }
 public virtual bool IsCompatibleWithQBool(QBool type)
 {
     return false;
 }
Beispiel #4
0
 public override bool IsCompatibleWithQBool(QBool type)
 {
     return(true);
 }