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