SpeechEventInfo.Equals Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |
| Equals(SpeechEventInfo) |
Détermine si un objet |
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
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
true si other est égal à l’objet SpeechEventInfo actuel ; sinon, false.