ProsodyNumber.Equals Método
Definição
Determina se uma instância de ProsodyNumber é igual a outro objeto.Determines whether a ProsodyNumber instance is equal to another object.
Sobrecargas
| Equals(Object) |
Determina se um objeto especificado é uma instância de |
| Equals(ProsodyNumber) |
Determina se um objeto |
Equals(Object)
Determina se um objeto especificado é uma instância de ProsodyNumber e igual à instância atual de ProsodyNumber.Determines whether a specified object is an instance of ProsodyNumber and equal to the current instance of ProsodyNumber.
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
Retornos
true se obj for igual ao objeto ProsodyNumber atual; caso contrário, false.true if obj is equal to the current ProsodyNumber object; otherwise, false.
Aplica-se a
Equals(ProsodyNumber)
Determina se um objeto ProsodyNumber especificado é igual à instância atual de ProsodyNumber.Determines whether a specified ProsodyNumber object is equal to the current instance of ProsodyNumber.
public:
virtual bool Equals(System::Speech::Synthesis::TtsEngine::ProsodyNumber other);
public bool Equals (System.Speech.Synthesis.TtsEngine.ProsodyNumber other);
override this.Equals : System.Speech.Synthesis.TtsEngine.ProsodyNumber -> bool
Public Function Equals (other As ProsodyNumber) As Boolean
Parâmetros
- other
- ProsodyNumber
O objeto ProsodyNumber a ser avaliado.The ProsodyNumber object to evaluate.
Retornos
true se other for igual ao objeto ProsodyNumber atual; caso contrário, false.true if other is equal to the current ProsodyNumber object; otherwise, false.