|
DataSetEqualityComparerGetHashCode(DataSet) Method
|
Returns a hash code for the specified object.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic int GetHashCode(
DataSet obj
)
Public Function GetHashCode (
obj As DataSet
) As Integer
public:
virtual int GetHashCode(
DataSet^ obj
) sealed
abstract GetHashCode :
obj : DataSet -> int
override GetHashCode :
obj : DataSet -> int function GetHashCode(obj);
View SourceParameters
- obj DataSet
- The DataSet for which a hash code is to be returned.
Return Value
Int32
A hash code for the specified object.
Implements
IEqualityComparerTGetHashCode(T)
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | The type of obj is a reference type and obj is null. |
See Also