Table of Contents

Class ReferenceEqualityComparer

Namespace
HeBianGu.Control.Dock
Assembly
HeBianGu.Control.Dock.dll
public sealed class ReferenceEqualityComparer : IEqualityComparer, IEqualityComparer<object>
Inheritance
ReferenceEqualityComparer
Implements
Inherited Members
Extension Methods

Properties

Default

public static ReferenceEqualityComparer Default { get; }

Property Value

ReferenceEqualityComparer

Methods

Equals(object, object)

Determines whether the specified objects are equal.

public bool Equals(object x, object y)

Parameters

x object

The first object to compare.

y object

The second object to compare.

Returns

bool

true if the specified objects are equal; otherwise, false.

Exceptions

ArgumentException

x and y are of different types and neither one can handle comparisons with the other.

GetHashCode(object)

Returns a hash code for the specified object.

public int GetHashCode(object obj)

Parameters

obj object

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

Returns

int

A hash code for the specified object.

Exceptions

ArgumentNullException

The type of obj is a reference type and obj is null.