Half.Equals(Half) Method

Definition

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

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

Parameters

other
Half

OpenTK.Half object to compare to this instance..

Returns

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

Implements

Applies to