ContourPoint.Equality(ContourPoint, ContourPoint) Operator

定義

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

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

point2
ContourPoint

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

返品

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

注釈

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

適用対象