SpeechEventInfo.Inequality(SpeechEventInfo, SpeechEventInfo) Operatore

Definizione

Determina se due istanze di SpeechEventInfo non sono uguali.

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

Parametri

event1
SpeechEventInfo

Oggetto SpeechEventInfo da confrontare con event2.

event2
SpeechEventInfo

Oggetto SpeechEventInfo da confrontare con event1.

Restituisce

Boolean

true se event1 è diverso da event2; in caso contrario, false.

Commenti

Il metodo equivalente per questo operatore è SpeechEventInfo.Equals(SpeechEventInfo) .

Si applica a