SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operator

Definicja

Określa, czy dwa wystąpienia SpeechEventInfo są równe.

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

Parametry

event1
SpeechEventInfo

Obiekt SpeechEventInfo do porównania z event2.

event2
SpeechEventInfo

Obiekt SpeechEventInfo do porównania z event1.

Zwraca

true jeśli event1 jest taka sama jak event2; w przeciwnym razie false.

Uwagi

Równoważną metodą dla tego operatora jest SpeechEventInfo.Equals(SpeechEventInfo).

Dotyczy