| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Vector2.Equals.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| other | The vector to compare. |
bool True if the given vector is exactly equal to this vector.
Determines if the given vector is exactly equal to this vector.
Due to floating point inaccuracies, this might return false for vectors which are essentially (but not exactly) equal. Use the == operator to test two vectors for approximate equality.
| Parameter | Description |
|---|---|
| other | The vector to compare. |
bool True if the given vector is exactly equal to this vector.
Checks if the given vector is exactly equal to this vector.
| Web Proxy Viewer | New URL | Original Page |