ContourPoint.Equality(ContourPoint, ContourPoint) 運算子

定義

判斷 ContourPoint 的兩個執行個體是否相等。

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的執行個體,要和point2引數所提供的ContourPoint的執行個體做比較。

point2
ContourPoint

ContourPoint的執行個體,要和point1引數所提供的ContourPoint的執行個體做比較。

傳回

如果 point1point2 所參考的 ContourPoint 執行個體是相等的,則傳回 true,否則會傳回 false

備註

這個運算子 ContourPoint.Equals(ContourPoint) 的對等方法是 。

適用於