[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.ObjectRefComparer-1

ObjectRefComparer<T> Class

Provides a comparer for objects that compares by reference equality.

Inheritance
ObjectRefComparer<T>
Implements
Namespace: GrapeCity.ActiveReports.Rendering.Tools
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("Will be made internal. Must not be used.")]
public sealed class ObjectRefComparer<T> : IEqualityComparer<T> where T : class
Type Parameters
Name Description
T

The type of objects to compare.

Constructors

Name Description
ObjectRefComparer()

Methods

Name Description
Equals(T, T)

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

GetHashCode(T)

Returns a hash code for the specified object.

Extension Methods