Returns whether an object is structurally equal to this instance.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Equals(
Object other,
IEqualityComparer comparer
)
Public Function Equals (
other As Object,
comparer As IEqualityComparer
) As Boolean
public:
virtual bool Equals(
Object^ other,
IEqualityComparer^ comparer
) sealed
abstract Equals :
other : Object *
comparer : IEqualityComparer -> bool
override Equals :
other : Object *
comparer : IEqualityComparer -> bool
Parameters
- other
- Type: SystemObject
The object to compare to. - comparer
- Type: System.CollectionsIEqualityComparer
The IEqualityComparer to use in the comparison.
Return Value
Type:
Boolean if the two objects are equal; otherwise
.
Implements
IStructuralEquatableEquals(Object, IEqualityComparer)
Reference