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