ContourPoint.Equality(ContourPoint, ContourPoint) 연산자

정의

두 인스턴스가 같은지 확인합니다 ContourPoint .

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

매개 변수

point1
ContourPoint

인수에서 ContourPoint 제공한 인스턴스와 비교할 인스턴스 ContourPoint 입니다 point2 .

point2
ContourPoint

인수에서 ContourPoint 제공한 인스턴스와 비교할 인스턴스 ContourPoint 입니다 point1 .

반품

참조되는 인스턴스가 같으면 반환하고true, 그렇지 않으면 반환합니다ContourPoint.point1point2false

설명

이 연산자에 해당하는 메서드는 .입니다 ContourPoint.Equals(ContourPoint).

적용 대상