Raw | 
The RawComparerT type exposes the following members.
| Name | Description | |
|---|---|---|
| Comparer | Gets the IRawComparerT instance, or if the T doesn't have a raw comparer. | 
| Name | Description | |
|---|---|---|
| CreateComparer | Creates a raw comparer. | |
| CreateDeserializingComparer | Creates a deserializing comparer using the specified IComparerT. | 
If the type specified by T has its own custom IRawComparerT, that will be used for the comparison. Otherwise, the records will be deserialized and comparer using IComparerT.