Operator operator !=
operator !=(EntityQuery, EntityQuery)
Test two queries for inequality
Declaration
public static bool operator !=(EntityQuery lhs, EntityQuery rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQuery | lhs | The left query |
| EntityQuery | rhs | The right query |
Returns
| Type | Description |
|---|---|
| bool | False if the left and right queries are equal, or true if not. |