DataRowComparer Class

Definition

Returns a singleton instance of the DataRowComparer<TRow> class.

public ref class DataRowComparer abstract sealed
public static class DataRowComparer
type DataRowComparer = class
Public Class DataRowComparer
Inheritance
DataRowComparer

Remarks

The DataRowComparer<TRow> class is used to compare the values of the DataRow objects and does not compare the object references.

This class cannot be directly instantiated. Instead, the Default property must be used to return a singleton instance of the DataRowComparer<TRow> class.

This class is stateless.

Properties

Default

Gets a singleton instance of DataRowComparer<TRow>. This property is read-only.

Applies to

See also