SpeechEventInfo.Equality(SpeechEventInfo, SpeechEventInfo) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İ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
true
, event1
ile aynı ise event2
, aksi durumda, false
.
Açıklamalar
Bu işlecin eşdeğer yöntemi SpeechEventInfo.Equals(SpeechEventInfo) .