SpeechEventInfo.Equals Method

Definition

Determines whether a SpeechEventInfo instance is equal to another object.

Overloads

Equals(Object)

Determines whether a specified object is an instance of SpeechEventInfo and equal to the current instance of SpeechEventInfo.

Equals(SpeechEventInfo)

Determines whether a specified SpeechEventInfo object is equal to the current instance of SpeechEventInfo.

Equals(Object)

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)

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.

Implements

Applies to