SpeechEventInfo.Equals Méthode

Définition

Détermine si une instance de SpeechEventInfo est égale à un autre objet.

Surcharges

Equals(Object)

Détermine si un objet spécifié est une instance de SpeechEventInfo et est égal à l’instance actuelle de SpeechEventInfo.

Equals(SpeechEventInfo)

Détermine si un objet SpeechEventInfo spécifié est égal à l’instance actuelle de SpeechEventInfo.

Equals(Object)

Détermine si un objet spécifié est une instance de SpeechEventInfo et est égal à l’instance actuelle de 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

Paramètres

obj
Object

Objet à évaluer.

Retours

Boolean

true si obj est égal à l’objet SpeechEventInfo actuel ; sinon, false.

S’applique à

Equals(SpeechEventInfo)

Détermine si un objet SpeechEventInfo spécifié est égal à l’instance actuelle de 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

Paramètres

other
SpeechEventInfo

Objet SpeechEventInfo à évaluer.

Retours

Boolean

true si other est égal à l’objet SpeechEventInfo actuel ; sinon, false.

Implémente

S’applique à