Equal vectors
Checks whether vector values are (almost) equal.
Inputs
- 
vector 1
- The first vector value to compare.
 
 - 
vector 2
- The second vector value to compare.
 
 
Outputs
- 
result
- The boolean value indicating whether the vector values are equal or not.
 
 - 
result list
- The list of boolean values indicating whether the vector values are equal or not.
 
 
Note(s)
- Other names for this node include: EqualVectors, Same, Identical, Is, =, and ==.