Vector2.Inequality(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 inequality.
public static bool operator != (OpenTK.Vector2 left, OpenTK.Vector2 right);
static member op_Inequality : OpenTK.Vector2 * OpenTK.Vector2 -> bool
Parameters
- left
- Vector2
Left operand.
- right
- Vector2
Right operand.
Returns
True if both instances are not equal; false otherwise.