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