DataSetEqualityComparerGetHashCode(DataSet) Method

Returns a hash code for the specified object.

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.138 -- Release Build+f7ceb3e02ea3c92b27e86b99ae16cee337a20b9e
public int GetHashCode(
	DataSet obj
)

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

ArgumentNullExceptionThe type of obj is a reference type and obj is null.

See Also