SpeechEventInfo.Equality(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 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 ( = ) : 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 the same as event2
; otherwise, false
.
Remarks
The equivalent method for this operator is SpeechEventInfo.Equals(SpeechEventInfo).
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.