IsCompatibleWithQInt() public method

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
return bool
Exemplo n.º 1
0
 public override bool IsCompatibleWith(QType type)
 {
     return(type.IsCompatibleWithQInt(this));
 }
 public override bool IsCompatibleWith(QType type)
 {
     return type.IsCompatibleWithQInt(this);
 }