Operator Equality
Equality(half, half)
Returns whether two half values are bitwise equivalent.
Declaration
public static bool operator ==(half lhs, half rhs)
Parameters
Type | Name | Description |
---|---|---|
half | lhs | Left hand side half value to use in comparison. |
half | rhs | Right hand side half value to use in comparison. |
Returns
Type | Description |
---|---|
Boolean | True if the two half values are bitwise equivalent, false otherwise. |