| Parameter | Description |
|---|---|
| lhs | Left hand side half3 to use to compute componentwise equality. |
| rhs | Right hand side half3 to use to compute componentwise equality. |
bool3 bool3 result of the componentwise equality.
Returns the result of a componentwise equality operation on two half3 vectors.
| Parameter | Description |
|---|---|
| lhs | Left hand side half3 to use to compute componentwise equality. |
| rhs | Right hand side half to use to compute componentwise equality. |
bool3 bool3 result of the componentwise equality.
Returns the result of a componentwise equality operation on a half3 vector and a half value.
| Parameter | Description |
|---|---|
| lhs | Left hand side half to use to compute componentwise equality. |
| rhs | Right hand side half3 to use to compute componentwise equality. |
bool3 bool3 result of the componentwise equality.
Returns the result of a componentwise equality operation on a half value and a half3 vector.