SpeechEventInfo.Equals Método
Definição
Determina se uma instância de SpeechEventInfo é igual a outro objeto.Determines whether a SpeechEventInfo instance is equal to another object.
Sobrecargas
| Equals(Object) |
Determina se um objeto especificado é uma instância de |
| Equals(SpeechEventInfo) |
Determina se um objeto |
Equals(Object)
Determina se um objeto especificado é uma instância de SpeechEventInfo e é igual à instância atual de SpeechEventInfo.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
Parâmetros
- obj
- Object
O objeto a ser avaliado.The object to evaluate.
Retornos
true se obj for igual ao objeto SpeechEventInfo atual; caso contrário, false.true if obj is equal to the current SpeechEventInfo object; otherwise, false.
Aplica-se a
Equals(SpeechEventInfo)
Determina se um objeto SpeechEventInfo especificado é igual à instância atual de 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
Parâmetros
- other
- SpeechEventInfo
O objeto SpeechEventInfo a ser avaliado.The SpeechEventInfo object to evaluate.
Retornos
true se other for igual ao objeto SpeechEventInfo atual; caso contrário, false.true if other is equal to the current SpeechEventInfo object; otherwise, false.