C# Class KellermanSoftware.CompareNetObjects.RootComparer

The base comparer which contains all the type comparers
Inheritance: KellermanSoftware.CompareNetObjects.TypeComparers.BaseComparer
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Private Properties

Свойство Type Description
EitherObjectIsNull bool
TypesDifferent bool

Méthodes publiques

Méthode Description
Compare ( CompareParms parms ) : bool

Compare two objects

Private Methods

Méthode Description
EitherObjectIsNull ( CompareParms parms ) : bool
TypesDifferent ( CompareParms parms, Type t1, Type t2 ) : bool

Method Details

Compare() public méthode

Compare two objects
public Compare ( CompareParms parms ) : bool
parms CompareParms
Résultat bool