ContourPoint.Inequality(ContourPoint, ContourPoint) 演算子

定義

ContourPoint の 2 つのインスタンスが等しくないかどうかを判断します。

public:
 static bool operator !=(System::Speech::Synthesis::TtsEngine::ContourPoint point1, System::Speech::Synthesis::TtsEngine::ContourPoint point2);
public static bool operator != (System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2);
static member op_Inequality : System.Speech.Synthesis.TtsEngine.ContourPoint * System.Speech.Synthesis.TtsEngine.ContourPoint -> bool
Public Shared Operator != (point1 As ContourPoint, point2 As ContourPoint) As Boolean

パラメーター

point1
ContourPoint

point2 の引数により提供される ContourPoint のインスタンスに対して比較する ContourPoint のインスタンス。

point2
ContourPoint

point1 の引数により提供される ContourPoint のインスタンスに対して比較する ContourPoint のインスタンス。

戻り値

point1point2 に参照される ContourPoint インスタンスが等しくない場合、true を返します。それ以外の場合は、false を返します。

注釈

この演算子の同等のメソッドは です ContourPoint.Equals(ContourPoint)

適用対象