Operator operator ==
operator ==(EntityQueryMask, EntityQueryMask)
Compare two instances for equality.
Declaration
public static bool operator ==(EntityQueryMask lhs, EntityQueryMask rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQueryMask | lhs | The left instance to compare. |
| EntityQueryMask | rhs | The right instance to compare. |
Returns
| Type | Description |
|---|---|
| bool | True if both masks refer to the same archetype set within the same world, or false if not. |