ReferenceEqualityComparer<T>.Equals Method

Namespace
Kampute.DocToolkit.Collections
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether two object references refer to the same instance.
public bool Equals(T x, T y)

Parameters

x T
The first object to compare.
y T
The second object to compare.

Returns

bool
true if x and y refer to the same instance or if both are null; otherwise, false.