SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Opérateur

Définition

Détermine si deux instances sont SpeechEventInfo é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 ( = ) : 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 c’est le même que event2; sinon, false.

Remarques

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

S’applique à