ContourPoint.Equality(ContourPoint, ContourPoint) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 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的執行個體做比較。
傳回
如果 point1
和 point2
所參考的 ContourPoint 執行個體是相等的,則傳回 true
,否則會傳回 false
。
備註
這個運算子 ContourPoint.Equals(ContourPoint) 的對等方法是 。