Click or drag to resize

HalfTypeEquality Operator

Returns a value indicating whether two instances of System.Half are equal.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool operator ==(
	HalfType half1,
	HalfType half2
)

Parameters

half1
Type: NeoAxisHalfType
A System.Half.
half2
Type: NeoAxisHalfType
A System.Half.

Return Value

Type: Boolean
true if half1 and half2 are equal; otherwise, false.
See Also