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