Determines whether the specified
VectorT
is equal to the current
VectorT.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.MathematicsVectorT
The matrix to compare this
VectorT to.
Return Value
Type:
Boolean if the specified matrix is
identical to this
VectorT; otherwise
.
Implements
IEquatableTEquals(T)
Reference