Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

struct System.​Collections.​Generic.​IAlternateEqualityComparer`2

Assembly: System.Runtime

Implemented by an <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> to support comparing a <typeparamref name="TAlternate" /> instance with a <typeparamref name="T" /> instance.

Methods

public bool
Equals​(TAlternate alternate, T other)
public int
GetHashCode​(TAlternate alternate)
public T
Create​(TAlternate alternate)