Sdílet prostřednictvím


SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operátor

Definice

Určuje, zda jsou dvě instance SpeechEventInfo stejné.

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

SpeechEventInfoObjekt, na který se má porovnat event2 .

event2
SpeechEventInfo

SpeechEventInfoObjekt, na který se má porovnat event1 .

Návraty

Boolean

true Pokud event1 je stejná jako event2 ; v opačném případě false .

Poznámky

Ekvivalentní metoda pro tento operátor je SpeechEventInfo.Equals(SpeechEventInfo) .

Platí pro