Click or drag to resize

DataSetEqualityComparerGetHashCode(DataSet) Method

Returns a hash code for the specified object.

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public int GetHashCode(
	DataSet obj
)
View Source

Parameters

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
ExceptionCondition
ArgumentNullExceptionThe type of obj is a reference type and obj is null.
See Also