Partager via


ContourPoint.Equality(ContourPoint, ContourPoint) Opérateur

Définition

Détermine si deux instances de ContourPoint sont égales.

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

Paramètres

point1
ContourPoint

Instance de ContourPoint à comparer à l'instance de ContourPoint fournie par l'argument point2.

point2
ContourPoint

Instance de ContourPoint à comparer à l'instance de ContourPoint fournie par l'argument point1.

Retours

Boolean

Retourne true si les instances ContourPoint référencées par point1 et point2 sont égales ; sinon, retourne false.

Remarques

La méthode équivalente pour cet opérateur est ContourPoint.Equals(ContourPoint) .

S’applique à