SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operador

Definición

Determina si dos instancias de SpeechEventInfo son iguales.

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

Parámetros

event1
SpeechEventInfo

Objeto SpeechEventInfo que se compara con event2.

event2
SpeechEventInfo

Objeto SpeechEventInfo que se compara con event1.

Devoluciones

Es true si event1 es igual que event2; de lo contrario, es false.

Comentarios

El método equivalente para este operador es SpeechEventInfo.Equals(SpeechEventInfo).

Se aplica a