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.​IStructuralEquatable
Assembly: System.Runtime
Defines methods to support the comparison of objects for structural equality.
Methods
public
bool
Equals​(object other,
IEqualityComparer comparer)
other
The object to compare with the current instance.
comparer
An object that determines whether the current instance and <paramref name="other" /> are equal.
Returns <see langword="true" /> if the two objects are equal; otherwise, <see langword="false" /> .
Determines whether an object is structurally equal to the current instance.
public
int
GetHashCode​(IEqualityComparer comparer)
comparer
An object that computes the hash code of the current object.
Returns The hash code for the current instance.
Returns a hash code for the current instance.