ContourPoint.Inequality(ContourPoint, ContourPoint) Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
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) .