Vector3h.Equals(Vector3h) Method

Definition

Returns a value indicating whether this instance is equal to a specified OpenTK.Half3 vector.

public bool Equals (OpenTK.Vector3h other);
override this.Equals : OpenTK.Vector3h -> bool

Parameters

other
Vector3h

OpenTK.Half3 to compare to this instance..

Returns

True, if other is equal to this instance; false otherwise.

Implements

Applies to