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