Click or drag to resize
IComparableRecordT Interface

Note: This API is now obsolete.

Used by the FileDiffEngine to compare records. Your record class must implement this interface if you like to work with it.

Namespace: FileHelpers
Assembly: FileHelpers (in FileHelpers.dll) Version: 3.1.5
Syntax
[ObsoleteAttribute("Use IComparable<T> instead", true)]
public interface IComparableRecord<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:FileHelpers.IComparableRecord`1"]

The IComparableRecordT type exposes the following members.

Methods
  NameDescription
Public methodIsEqualRecord
Compare two records and return true if are equal.
Top
See Also