SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operatore

Definizione

Determina se due istanze dell'oggetto SpeechEventInfo 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 ( = ) : 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

true se event1 è uguale a event2; in caso contrario false.

Commenti

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

Si applica a