Aracılığıyla paylaş


SpeechEventInfo.Inequality(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 op_Inequality : 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

trueevent1farklıysa event2 , aksi durumda, false .

Açıklamalar

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

Şunlara uygulanır