Vector2d.Equality(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 equality.
public static bool operator == (OpenTK.Vector2d left, OpenTK.Vector2d right);
static member ( = ) : OpenTK.Vector2d * OpenTK.Vector2d -> bool
Parameters
- left
- Vector2d
The left instance.
- right
- Vector2d
The right instance.
Returns
True, if both instances are equal; false otherwise.