Method Equals
Equals(EntityQuery)
Compare two queries for equality.
Declaration
public bool Equals(EntityQuery other)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQuery | other | The other query |
Returns
| Type | Description |
|---|---|
| bool | True if the two queries are equivalent, or false if not. |
Equals(object)
Compare a query to another object (assumed to be a boxed EntityQuery).
Declaration
[ExcludeFromBurstCompatTesting("Takes managed object")]
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The other query. |
Returns
| Type | Description |
|---|---|
| bool | True if |