= (Vector)
Сompares vectors by precisely comparing all their corresponding coordinates.
Arguments
vector0
and vector1
are the Vectors to compare. If the vectors have different dimensions, an error will occur.
Return values
condition
is TRUE if the vectors are equal, FALSE otherwise.
Complexity
O(dimension)
Example
Output:
FALSE
TRUE