C# Class KellermanSoftware.CompareNetObjects.TypeComparers.ClassComparer

Compare two objects of type class
Inheritance: BaseTypeComparer
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects

Méthodes publiques

Méthode Description
ClassComparer ( RootComparer rootComparer ) : System

Constructor for the class comparer

CompareType ( CompareParms parms ) : void

Compare two classes

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if the both objects are a class

Method Details

ClassComparer() public méthode

Constructor for the class comparer
public ClassComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer The root comparer instantiated by the RootComparerFactory
Résultat System

CompareType() public méthode

Compare two classes
public CompareType ( CompareParms parms ) : void
parms CompareParms
Résultat void

IsTypeMatch() public méthode

Returns true if the both objects are a class
public IsTypeMatch ( Type type1, Type type2 ) : bool
type1 System.Type The type of the first object
type2 System.Type The type of the second object
Résultat bool