예제 #1
0
 public override bool IsCompatible(QSType other)
 {
     if (other == null)
     {
         return(false);
     }
     return(other.IsInteger());
 }
예제 #2
0
 public virtual bool IsCompatible(QSType other)
 {
     return(false);
 }