SpeechEventInfo.Inequality(SpeechEventInfo, SpeechEventInfo) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true
si event1
est différent de event2
; sinon, false
.
Remarques
La méthode équivalente pour cet opérateur est SpeechEventInfo.Equals(SpeechEventInfo) .