ContourPoint.Equality(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 ( = ) : 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 のインスタンス。

戻り値

Boolean

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

注釈

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

適用対象