StringComparer |
Name | Description |
---|---|
Compare | Compares two values relative to each other in an ordered set. |
Equals | Compares two values for equality. |
GetHashCode | Returns a partially unique numeric representation of the value. |
Implement this interface when a specific string comparison rule is necessary. The implementation should still allow the default processing of other value types other than string.