Vector2h.Equals(Vector2h) Method
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.
Returns a value indicating whether this instance is equal to a specified OpenTK.Half2 vector.
public bool Equals (OpenTK.Vector2h other);
override this.Equals : OpenTK.Vector2h -> bool
Parameters
- other
- Vector2h
OpenTK.Half2 to compare to this instance..
Returns
True, if other is equal to this instance; false otherwise.