Operator operator ==
operator ==(EntityQueryDesc, EntityQueryDesc)
Compare two instance for equality.
Declaration
public static bool operator ==(EntityQueryDesc lhs, EntityQueryDesc rhs)
Parameters
Type | Name | Description |
---|---|---|
EntityQueryDesc | lhs | The left instance to compare |
EntityQueryDesc | rhs | The right instance to compare |
Returns
Type | Description |
---|---|
bool | True if the two instances are equal, or false if not. |