부호 있는 32비트 정수 해시 코드입니다.A signed 32-bit integer hash code.
상속자 참고
DependencyObject 및의 두 메서드를 재정의 하 고 봉인 ObjectEquals(Object)GetHashCode() 합니다.DependencyObject overrides and then seals two 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.