Vector4h.Equals(Vector4h) Method

Definition

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

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

Parameters

other
Vector4h

OpenTK.Half4 to compare to this instance..

Returns

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

Implements

Applies to