Operator operator ==
operator ==(EntityQuery, EntityQuery)
Test two queries for equality
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 | True if the left and right queries are equal, or false if not. |