Method | Description | |
---|---|---|
CompareType ( CompareParms parms ) : void |
Compare two strings
|
|
IsTypeMatch ( |
Returns true if both objects are a string or if one is a string and one is a a null
|
|
StringComparer ( RootComparer rootComparer ) : System |
Constructor that takes a root comparer
|
Method | Description | |
---|---|---|
OneOfTheStringsIsNull ( CompareParms parms ) : bool |
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 |
public StringComparer ( RootComparer rootComparer ) : System | ||
rootComparer | RootComparer | |
return | System |