[]
        
(Showing Draft Content)

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

Equals Method

Equals(T, T)

Determines whether the specified objects are equal by comparing their references.

Declaration
public bool Equals(T x, T y)
Parameters
Type Name Description
T x

The first object to compare.

T y

The second object to compare.

Returns
Type Description
bool

true if the objects are the same reference; otherwise, false.

Implements