|
DataSetEqualityComparerGetHashCode(DataSet) Method
|
Returns a hash code for the specified object.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
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)
ExceptionsException | Condition |
---|
ArgumentNullException | The type of obj is a reference type and obj is null. |
See Also