ContourPoint.Inequality(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 op_Inequality : 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 .

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

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

Комментарии

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

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