Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 422 Bytes

File metadata and controls

19 lines (13 loc) · 422 Bytes

GenericComparer<T>.Equals method

Check two items keys (as retrieved by the key getter) for equality

public override bool Equals(T x, T y)
parameter description
x
y

See Also