Determines whether the specified
VectorT
is equal to the current
VectorT.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual bool Equals(
Vector<T> other
)
Public Overridable Function Equals (
other As Vector(Of T)
) As Boolean
public:
virtual bool Equals(
Vector<T>^ other
)
abstract Equals :
other : Vector<'T> -> bool
override Equals :
other : Vector<'T> -> bool
Parameters
- other
- Type: Extreme.Mathematics.GenericVectorT
The matrix to compare this
VectorT to.
Return Value
Type:
Boolean if the specified matrix is
identical to this
VectorT; otherwise
.
Implements
IEquatableTEquals(T)
Numerical Libraries
Supported in: 5.x
Reference