ContourPoint.Equals Método

Definição

Fornece métodos para comparar objetos.

Sobrecargas

Equals(Object)

Determina se um dado objeto é uma instância de ContourPoint e é igual à instância atual de ContourPoint.

Equals(ContourPoint)

Determina se uma dada instância de ContourPoint é igual à instância atual de ContourPoint.

Equals(Object)

Determina se um dado objeto é uma instância de ContourPoint e é igual à instância atual de ContourPoint.

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

Um objeto que pode ser convertido em uma instância de ContourPoint.

Retornos

Boolean

Retorna true se a instância atual de ContourPoint e aquela obtida do argumento obj são iguais; caso contrário, retornará false.

Comentários

O método retornará false se o Object fornecido pelo obj argumento não puder ser convertido para ContourPoint .

Aplica-se a

Equals(ContourPoint)

Determina se uma dada instância de ContourPoint é igual à instância atual de ContourPoint.

public:
 virtual bool Equals(System::Speech::Synthesis::TtsEngine::ContourPoint other);
public bool Equals (System.Speech.Synthesis.TtsEngine.ContourPoint other);
override this.Equals : System.Speech.Synthesis.TtsEngine.ContourPoint -> bool
Public Function Equals (other As ContourPoint) As Boolean

Parâmetros

other
ContourPoint

Uma instância de ContourPoint que será comparada à instância atual.

Retornos

Boolean

Retorna true se instância atual de ContourPoint e aquela fornecida por meio do argumento other forem iguais; caso contrário, retornará false.

Implementações

Aplica-se a