IsCompatibleWithQInt() public method

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
return bool
コード例 #1
0
ファイル: QInt.cs プロジェクト: MagielBruntink/poly-ql
 public override bool IsCompatibleWith(QType type)
 {
     return(type.IsCompatibleWithQInt(this));
 }
コード例 #2
0
 public override bool IsCompatibleWith(QType type)
 {
     return type.IsCompatibleWithQInt(this);
 }