SpeechEventInfo.Inequality(SpeechEventInfo, SpeechEventInfo) Opérateur

Définition

Détermine si deux instances de SpeechEventInfo ne sont pas égales.

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

Paramètres

event1
SpeechEventInfo

Objet SpeechEventInfo à comparer à event2.

event2
SpeechEventInfo

Objet SpeechEventInfo à comparer à event1.

Retours

Boolean

true si event1 est différent de event2 ; sinon, false.

Remarques

La méthode équivalente pour cet opérateur est SpeechEventInfo.Equals(SpeechEventInfo) .

S’applique à