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 для сравнения с экземпляром ContourPoint, предоставленным аргументом point2.

point2
ContourPoint

Экземпляр ContourPoint для сравнения с экземпляром ContourPoint, предоставленным аргументом point1.

Возвращаемое значение

Boolean

Возвращает true, если экземпляры ContourPoint, на которые ссылается point1 и point2, равны, в противном случае возвращает false.

Комментарии

Эквивалентным методом для этого оператора является ContourPoint.Equals(ContourPoint) .

Применяется к