Vector<T>.Equals(Object) Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare this Vector<T> to.

Return Value

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

See Also