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: 2.0.0
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
Remarks
See Also