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 va a comparar con event2.

event2
SpeechEventInfo

Objeto SpeechEventInfo que se va a comparar con event1.

Devoluciones

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

Comentarios

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

Se aplica a