Share via


SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Opérateur

Définition

Détermine si deux instances de SpeechEventInfo sont é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

Boolean

true si event1 est identique à event2, sinon false.

Remarques

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

S’applique à