DataRowComparer<TRow> Methods
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(TRow, TRow) | Compares two DataRow objects by using a column-by-column, value-based comparison. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetHashCode(TRow) | Returns a hash code for the specified DataRow object. |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
