Method | Description | |
---|---|---|
CompareType ( CompareParms parms ) : void |
Compare two dictionaries
|
|
DictionaryComparer ( RootComparer rootComparer ) : System |
Constructor that takes a root comparer
|
|
IsTypeMatch ( |
Returns true if both types are dictionaries
|
Method | Description | |
---|---|---|
CompareEachItem ( CompareParms parms ) : void | ||
DictionaryCountsDifferent ( CompareParms parms ) : bool |
public CompareType ( CompareParms parms ) : void | ||
parms | CompareParms | |
return | void |
public DictionaryComparer ( RootComparer rootComparer ) : System | ||
rootComparer | RootComparer | |
return | System |
public IsTypeMatch ( |
||
type1 | The type of the first object | |
type2 | The type of the second object | |
return | bool |