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. The first object of type T to compare. |
System. The second object of type T to compare. |
Returns
System. 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. The Object for which a hash code is to be returned. |
Returns
System. A hash code for the specified object. |