|
Vector4Equals Method (Vector4)
|
Tests whether the vector equals to the specified one.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Equals(
Vector4 vector
)
Public Function Equals (
vector As Vector4
) As Boolean
Request Example
View SourceParameters
- vector
- Type: Accord.MathVector4
The vector to test equality with.
Return Value
Type:
BooleanReturns
if the two vectors are equal or
otherwise.
See Also