ContourPoint.Equality(ContourPoint, ContourPoint) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)。