Метод | Описание | |
---|---|---|
ClassComparer ( RootComparer rootComparer ) : System |
Constructor for the class comparer
|
|
CompareType ( CompareParms parms ) : void |
Compare two classes
|
|
IsTypeMatch ( |
Returns true if the both objects are a class
|
public ClassComparer ( RootComparer rootComparer ) : System | ||
rootComparer | RootComparer | The root comparer instantiated by the RootComparerFactory |
Результат | System |
public CompareType ( CompareParms parms ) : void | ||
parms | CompareParms | |
Результат | void |
public IsTypeMatch ( |
||
type1 | The type of the first object | |
type2 | The type of the second object | |
Результат | bool |