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

설명

Returns true if the vectors are equal.

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

no example available in C#