Share via


SpeechEventInfo.Inequality(SpeechEventInfo, SpeechEventInfo) Operador

Definición

Determina si dos instancias de SpeechEventInfo no son iguales.

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

Parámetros

event1
SpeechEventInfo

Objeto SpeechEventInfo que se compara con event2.

event2
SpeechEventInfo

Objeto SpeechEventInfo que se compara con event1.

Devoluciones

Boolean

true si event1 es diferente de event2; si no, false.

Comentarios

El método equivalente para este operador es SpeechEventInfo.Equals(SpeechEventInfo) .

Se aplica a