KeyEqualityComparer<TSource,TKey>.Equals method

Determines whether two objects are equal.

public override bool Equals(TSource? x, TSource? y)
parameter description
x The first object to compare.
y The second object to compare.

Return Value

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

See Also