Aracılığıyla paylaş


SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operatör

Tanım

İki SpeechEventInfo örneğinin eşit olup olmadığını belirler.

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

Parametreler

event1
SpeechEventInfo

SpeechEventInfoKarşılaştırılacak nesne event2 .

event2
SpeechEventInfo

SpeechEventInfoKarşılaştırılacak nesne event1 .

Döndürülenler

Boolean

true , event1 ile aynı ise event2 , aksi durumda, false .

Açıklamalar

Bu işlecin eşdeğer yöntemi SpeechEventInfo.Equals(SpeechEventInfo) .

Şunlara uygulanır