C# 클래스 NSoft.NFramework.ValueObjectEqualityComparer

IValueObject의 인스턴스들이 같은지 비교합니다. 비교 방법은 HashCode 값이 같은지를 비교합니다.
FluentNHibernate의 PersistenceSpecification에서 속성 값 비교를 위해 사용됩니다.
참고 : http://wiki.fluentnhibernate.org/Persistence_specification_testing#Testing_references
상속: IEqualityComparer
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
Equals ( object x, object y ) : bool
GetHashCode ( object obj ) : int

메소드 상세

Equals() 공개 메소드

public Equals ( object x, object y ) : bool
x object
y object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( object obj ) : int
obj object
리턴 int