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

point2 인수에서 제공된 ContourPoint의 인스턴스와 비교할 ContourPoint의 인스턴스

point2
ContourPoint

point1 인수에서 제공된 ContourPoint의 인스턴스와 비교할 ContourPoint의 인스턴스

반환

Boolean

point1point2에서 참조한 ContourPoint 인스턴스가 같지 않은 경우 true를 반환하고, 그렇지 않은 경우 false를 반환합니다.

설명

이 연산자에 대 한 해당 메서드는 ContourPoint.Equals(ContourPoint)합니다.

적용 대상