IsCompatibleWithQInt() public méthode

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
Résultat bool
Exemple #1
0
 public override bool IsCompatibleWith(QType type)
 {
     return(type.IsCompatibleWithQInt(this));
 }
 public override bool IsCompatibleWith(QType type)
 {
     return type.IsCompatibleWithQInt(this);
 }