[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.ObjectRefComparer-1.GetHashCode

GetHashCode Method

GetHashCode(T)

Returns a hash code for the specified object.

Declaration
public int GetHashCode(T obj)
Parameters
Type Name Description
T obj

The object for which a hash code is to be returned.

Returns
Type Description
int

A hash code for the specified object, based on its reference.

Implements