Vector2d.Inequality(Vector2d, Vector2d) 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 two instances for ienquality.
public static bool operator != (OpenTK.Vector2d left, OpenTK.Vector2d right);
static member op_Inequality : OpenTK.Vector2d * OpenTK.Vector2d -> bool
Parameters
- left
- Vector2d
The left instance.
- right
- Vector2d
The right instance.
Returns
True, if the instances are not equal; false otherwise.