Class ReferenceEqualityComparer
Reference equality comparer.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ReferenceEqualityComparer : Object, IEqualityComparer<object>
Constructors
ReferenceEqualityComparer()
Declaration
public ReferenceEqualityComparer()
Methods
Equals(Object, Object)
Determines whether the specified objects are equal.
Declaration
public bool Equals(object x, object y)
Parameters
System.Object
x
The first object of type T to compare. |
System.Object
y
The second object of type T to compare. |
Returns
System.Boolean
true if the specified objects are equal; otherwise, false. |
GetHashCode(Object)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(object obj)
Parameters
System.Object
obj
The Object for which a hash code is to be returned. |
Returns
System.Int32
A hash code for the specified object. |