ContourPoint.Equality(ContourPoint, ContourPoint) 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
두 인스턴스가 같은지 확인합니다 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).