Version: 5.4
public static bool operator == (Vector3 lhs, Vector3 rhs);

Description

Возвращает истину, если vector'ы равны

This will also return true for vectors that are really close to being equal.

no example available in C#