Vector2.Equality(Vector2, Vector2) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the specified instances for equality.
public static bool operator == (OpenTK.Vector2 left, OpenTK.Vector2 right);
static member ( = ) : OpenTK.Vector2 * OpenTK.Vector2 -> bool
Parameters
- left
- Vector2
Left operand.
- right
- Vector2
Right operand.
Returns
True if both instances are equal; false otherwise.