SpeechEventInfo.Inequality(SpeechEventInfo, SpeechEventInfo) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 SpeechEventInfo
的兩個執行個體是否不相等。
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
參數
- event1
- SpeechEventInfo
要與 event2
相比較的 SpeechEventInfo 物件。
- event2
- SpeechEventInfo
要與 event1
相比較的 SpeechEventInfo 物件。
傳回
如果 event1
與 event2
不同則為 true
,否則為 false
。
備註
這個運算子的對等方法是 SpeechEventInfo.Equals(SpeechEventInfo) 。