ContourPoint.Equality(ContourPoint, ContourPoint) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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) .