SpeechEventInfo.Inequality(SpeechEventInfo, SpeechEventInfo) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two instances of SpeechEventInfo
are not equal.
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
Parameters
- event1
- SpeechEventInfo
The SpeechEventInfo object to compare to event2
.
- event2
- SpeechEventInfo
The SpeechEventInfo object to compare to event1
.
Returns
true
if event1
is different from event2
; otherwise, false
.
Remarks
The equivalent method for this operator is SpeechEventInfo.Equals(SpeechEventInfo).
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.