C# 클래스 EquatableHelper, FirebirdDbComparer

파일 보기 프로젝트 열기: cincuranet/FirebirdDbComparer 1 사용 예제들

공개 메소드들

메소드 설명
ElementaryEquals ( obj, other ) : bool?
ElementaryEqualsThenEquatableEquals ( IEquatable obj, object other ) : bool
GetHashCode ( @this ) : int
PropertiesEqual ( obj, other ) : bool
PropertiesEqual ( obj, other, Array, properties ) : bool

비공개 메소드들

메소드 설명
PropertiesEqual ( obj, other, IEnumerable, properties ) : bool

메소드 상세

ElementaryEquals() 공개 정적인 메소드

public static ElementaryEquals ( obj, other ) : bool?
리턴 bool?

ElementaryEqualsThenEquatableEquals() 공개 정적인 메소드

public static ElementaryEqualsThenEquatableEquals ( IEquatable obj, object other ) : bool
obj IEquatable
other object
리턴 bool

GetHashCode() 공개 정적인 메소드

public static GetHashCode ( @this ) : int
리턴 int

PropertiesEqual() 공개 정적인 메소드

public static PropertiesEqual ( obj, other ) : bool
리턴 bool

PropertiesEqual() 공개 정적인 메소드

public static PropertiesEqual ( obj, other, Array, properties ) : bool
properties Array,
리턴 bool