Method | Description | |
---|---|---|
CompareType ( CompareParms parms ) : void |
Compare the two objects
|
|
IsTypeMatch ( |
If true the type comparer will handle the comparison for the type
|
Method | Description | |
---|---|---|
BaseTypeComparer ( RootComparer rootComparer ) : System |
Protected constructor that references the root comparer
|
protected BaseTypeComparer ( RootComparer rootComparer ) : System | ||
rootComparer | RootComparer | |
return | System |
public abstract CompareType ( CompareParms parms ) : void | ||
parms | CompareParms | |
return | void |
public abstract IsTypeMatch ( |
||
type1 | The type of the first object | |
type2 | The type of the second object | |
return | bool |