DataSetEqualityComparerGetHashCode(DataSet) Method
Returns a hash code for the specified object.
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.165 -- Release Build+f2de1f3c03632b89a9c6593906149f1c7d061b33
public int GetHashCode(
DataSet obj
)
Public Function GetHashCode (
obj As DataSet
) As Integer
public:
virtual int GetHashCode(
DataSet^ obj
) sealed
function GetHashCode(obj);
- obj DataSet
- The DataSet for which a hash code is to be returned.
Int32
A hash code for the specified object.
IEqualityComparerTGetHashCode(T) | ArgumentNullException | The type of obj is a reference type and obj is null. |