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