Returns whether an object is structurally equal to this instance.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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)
Numerical Libraries
Supported in: 5.x, 4.x
Reference