Click or drag to resize

RawComparerT Class

Provides comparison of raw records.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.IORawComparerT

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class RawComparer<T>

Type Parameters

T
The type of the objects being compared.

The RawComparerT type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberComparer Gets the IRawComparerT instance, or if the T doesn't have a raw comparer.
Top
Methods
 NameDescription
Public methodStatic memberCreateComparer Creates a raw comparer.
Public methodStatic memberCreateDeserializingComparer Creates a deserializing comparer using the specified IComparerT.
Top
Remarks

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.

See Also