Sdílet prostřednictvím


ContourPoint.Equality(ContourPoint, ContourPoint) Operátor

Definice

Určuje, zda jsou dvě instance ContourPoint stejné.

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

Parametry

point1
ContourPoint

Instance, ContourPoint která má být porovnána s instancí ContourPoint poskytnutou point2 argumentem.

point2
ContourPoint

Instance, ContourPoint která má být porovnána s instancí ContourPoint poskytnutou point1 argumentem.

Návraty

Boolean

Vrátí true , zda ContourPoint instance, na které odkazuje point1 point2 , a jsou stejné, v opačném případě vrátí false .

Poznámky

Ekvivalentní metoda pro tento operátor je ContourPoint.Equals(ContourPoint) .

Platí pro