|
DataSetEqualityComparerGetHashCode(DataSet) Method
|
Returns a hash code for the specified object.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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