다음을 통해 공유


ContourPoint.Equals 메서드

정의

대상 비교를 위한 방법을 제공한다.

오버로드

Equals(Object)

지정된 개체가 ContourPoint 의 인스턴스이고 ContourPoint의 현재 인스턴스와 같은지 여부를 확인합니다.

Equals(ContourPoint)

지정된 ContourPoint 인스턴스와 ContourPoint의 현재 인스턴스가 같은지 여부를 확인합니다.

Equals(Object)

지정된 개체가 ContourPoint 의 인스턴스이고 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

매개 변수

obj
Object

ContourPoint인스턴스로 캐스팅할 수 있는 개체입니다.

반환

Boolean

ContourPoint의 현재 인스턴스이며 이것이 obj 인수에서 얻은 것과 같으면 true이고, 그렇지 않으면 false를 반환합니다.

설명

경우 false를 반환 합니다 Object 제공한를 obj 인수 캐스팅할 수 없는 ContourPoint합니다.

적용 대상

Equals(ContourPoint)

지정된 ContourPoint 인스턴스와 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

매개 변수

other
ContourPoint

현재 인스턴스와 비교될 ContourPoint의 인스턴스

반환

Boolean

ContourPoint의 현재 인스턴스와 other 인수에서 얻은 인스턴스가 동일한 경우 true를 반환하고, 그렇지 않으면 false를 반환합니다.

구현

적용 대상