SpeechEventInfo.Inequality(SpeechEventInfo, SpeechEventInfo) Operator
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Określa, czy dwa wystąpienia funkcji SpeechEventInfo
nie są równe.
public:
static bool operator !=(System::Speech::Synthesis::TtsEngine::SpeechEventInfo event1, System::Speech::Synthesis::TtsEngine::SpeechEventInfo event2);
public static bool operator != (System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2);
static member op_Inequality : System.Speech.Synthesis.TtsEngine.SpeechEventInfo * System.Speech.Synthesis.TtsEngine.SpeechEventInfo -> bool
Public Shared Operator != (event1 As SpeechEventInfo, event2 As SpeechEventInfo) As Boolean
Parametry
- event1
- SpeechEventInfo
Obiekt, SpeechEventInfo który ma być porównywany z event2
obiektem .
- event2
- SpeechEventInfo
Obiekt, SpeechEventInfo który ma być porównywany z event1
obiektem .
Zwraca
true
jeśli event1
jest inny niż ; w przeciwnym razie event2
false
.
Uwagi
Równoważna metoda dla tego operatora to SpeechEventInfo.Equals(SpeechEventInfo) .