ContourPoint.Equality(ContourPoint, ContourPoint) Operador

Definição

Determina se duas instâncias são ContourPoint iguais.

public:
 static bool operator ==(System::Speech::Synthesis::TtsEngine::ContourPoint point1, System::Speech::Synthesis::TtsEngine::ContourPoint point2);
public static bool operator ==(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2);
static member ( = ) : System.Speech.Synthesis.TtsEngine.ContourPoint * System.Speech.Synthesis.TtsEngine.ContourPoint -> bool
Public Shared Operator == (point1 As ContourPoint, point2 As ContourPoint) As Boolean

Parâmetros

point1
ContourPoint

Uma instância de ContourPoint comparação com a instância fornecida ContourPoint pelo point2 argumento.

point2
ContourPoint

Uma instância de ContourPoint comparação com a instância fornecida ContourPoint pelo point1 argumento.

Retornos

Retorna true se as ContourPoint instâncias referenciadas e point1point2 são iguais, caso contrário, retorna false.

Comentários

O método equivalente para esse operador é ContourPoint.Equals(ContourPoint).

Aplica-se a