Vector<T>.Equals(Object, IEqualityComparer) Method

Returns whether an object is structurally equal to this instance.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool Equals(
	Object other,
	IEqualityComparer comparer
)

Parameters

other  Object
The object to compare to.
comparer  IEqualityComparer
The IEqualityComparer to use in the comparison.

Return Value

Boolean
true if the two objects are equal; otherwise false.

Implements

IStructuralEquatable.Equals(Object, IEqualityComparer)

See Also