IsCompatibleWithQString() public method

public IsCompatibleWithQString ( QString type ) : bool
type QString
return bool
 public override bool IsCompatibleWith(QType type)
 {
     return type.IsCompatibleWithQString(this);
 }
Beispiel #2
0
 public override bool IsCompatibleWith(QType type)
 {
     return(type.IsCompatibleWithQString(this));
 }