C# Class EquatableHelper, FirebirdDbComparer

Afficher le fichier Open project: cincuranet/FirebirdDbComparer Class Usage Examples

Méthodes publiques

Méthode Description
ElementaryEquals ( obj, other ) : bool?
ElementaryEqualsThenEquatableEquals ( IEquatable obj, object other ) : bool
GetHashCode ( @this ) : int
PropertiesEqual ( obj, other ) : bool
PropertiesEqual ( obj, other, Array, properties ) : bool

Private Methods

Méthode Description
PropertiesEqual ( obj, other, IEnumerable, properties ) : bool

Method Details

ElementaryEquals() public static méthode

public static ElementaryEquals ( obj, other ) : bool?
Résultat bool?

ElementaryEqualsThenEquatableEquals() public static méthode

public static ElementaryEqualsThenEquatableEquals ( IEquatable obj, object other ) : bool
obj IEquatable
other object
Résultat bool

GetHashCode() public static méthode

public static GetHashCode ( @this ) : int
Résultat int

PropertiesEqual() public static méthode

public static PropertiesEqual ( obj, other ) : bool
Résultat bool

PropertiesEqual() public static méthode

public static PropertiesEqual ( obj, other, Array, properties ) : bool
properties Array,
Résultat bool