operator ==(half, half)
Returns whether two half values are bitwise equivalent.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Operator
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public static bool operator ==(half lhs, half rhs)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the two half values are bitwise equivalent, false otherwise. |