SpeechEventInfo.Equals Method
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 a SpeechEventInfo
instance is equal to another object.
Overloads
Equals(Object) |
Determines whether a specified object is an instance of |
Equals(SpeechEventInfo) |
Determines whether a specified |
Equals(Object)
- Source:
- TTSEngineTypes.cs
- Source:
- TTSEngineTypes.cs
- Source:
- TTSEngineTypes.cs
Determines whether a specified object is an instance of SpeechEventInfo
and equal to the current instance of SpeechEventInfo
.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to evaluate.
Returns
true
if obj
is equal to the current SpeechEventInfo object; otherwise, false
.
Applies to
Equals(SpeechEventInfo)
- Source:
- TTSEngineTypes.cs
- Source:
- TTSEngineTypes.cs
- Source:
- TTSEngineTypes.cs
Determines whether a specified SpeechEventInfo
object is equal to the current instance of SpeechEventInfo
.
public:
virtual bool Equals(System::Speech::Synthesis::TtsEngine::SpeechEventInfo other);
public bool Equals (System.Speech.Synthesis.TtsEngine.SpeechEventInfo other);
override this.Equals : System.Speech.Synthesis.TtsEngine.SpeechEventInfo -> bool
Public Function Equals (other As SpeechEventInfo) As Boolean
Parameters
- other
- SpeechEventInfo
The SpeechEventInfo object to evaluate.
Returns
true
if other
is equal to the current SpeechEventInfo object; otherwise, false
.