SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operador

Definição

Determina se duas instâncias de SpeechEventInfo são iguais.

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

O SpeechEventInfo objeto a comparar com event2.

event2
SpeechEventInfo

O SpeechEventInfo objeto a comparar com event1.

Devoluções

true se event1 for igual a event2; caso contrário, false.

Observações

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

Aplica-se a