DataRowComparer<TRow>::GetHashCode Method (TRow)
.NET Framework (current version)
Returns a hash code for the specified DataRow object.
Assembly: System.Data.DataSetExtensions (in System.Data.DataSetExtensions.dll)
Implements
IEqualityComparer<T>::GetHashCode(T)| Exception | Condition |
|---|---|
| ArgumentException | |
| ArgumentNullException | The source DataRow objects is null. |
The GetHashCode method is the value-based comparison implementation of the GetHashCode method.
.NET Framework
Available since 3.5
Available since 3.5
Show: