두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.true if the two instances are the same; otherwise, false.
설명
이 구현은 참조 같음 전용 이며 포함 된 속성의 값 일치를 평가 하려고 시도 하지 않습니다.This implementation is reference equality only, and does not attempt to evaluate value equality of the contained properties.
상속자 참고
DependencyObject 는를 재정의 하 고 두 가지 기본 Object 메서드인 및를 봉인 Equals(Object)GetHashCode() 합니다.DependencyObject overrides and then seals two basic Object methods: Equals(Object) and GetHashCode().재정의는 구현을 호출 Object 하 여 개체 같음 동작을 생성 합니다.The overrides call the Object implementations, resulting in an object equality behavior.이러한 의도적인 재정의의 목적은 파생 클래스가에 대 한 값 같음을 정의 하려고 하지 못하도록 하는 것입니다 DependencyObject .The purpose of these deliberate overrides is to prevent derived classes from trying to define a value equality for a DependencyObject.의 DependencyObject innate 속성 값 변경 기능 DependencyObject 및 해당 종속성 속성 때문에에 대 한 equalities 값은 정확 하지 않습니다.Value equalities for DependencyObject will never be accurate because of the innate property value-changing capabilities of a DependencyObject and its dependency properties.여기에는 [!INCLUDE[TLA2#tla_winclient](~/includes/tla2sharptla-winclient-md.md)] 데이터 바인딩 및 속성 시스템과 같은 기본 기능이 포함 됩니다 [!INCLUDE[TLA2#tla_winclient](~/includes/tla2sharptla-winclient-md.md)] .This includes fundamental [!INCLUDE[TLA2#tla_winclient](~/includes/tla2sharptla-winclient-md.md)] features such as data binding and the [!INCLUDE[TLA2#tla_winclient](~/includes/tla2sharptla-winclient-md.md)] property system.