Vector<T>.Equals(Vector<T>) Method

Determines whether the specified Vector<T> is equal to the current Vector<T>.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual bool Equals(
	Vector<T> other
)

Parameters

other  Vector<T>
The matrix to compare this Vector<T> to.

Return Value

Boolean
true if the specified matrix is identical to this Vector<T>; otherwise false.

Implements

IEquatable<T>.Equals(T)

See Also