Sdílet prostřednictvím


ContourPoint.Inequality(ContourPoint, ContourPoint) Operátor

Definice

Určuje, zda dvě instance ContourPoint nejsou 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 op_Inequality : 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 nejsou stejné, jinak vrátí false .

Poznámky

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

Platí pro