Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


DataRowComparer Class

Definition

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

C#
public static 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

Termék Verziók
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided), 2.1

See also