Method Equals
Equals(EntityQueryMask)
Compare this instance to another EntityQueryMask for equality.
Declaration
public bool Equals(EntityQueryMask other)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQueryMask | other | The instance to compare against. |
Returns
| Type | Description |
|---|---|
| bool | True if both masks refer to the same archetype set within the same world, or false otherwise. |
Equals(object)
Compare this instance to another object for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare against. |
Returns
| Type | Description |
|---|---|
| bool | True if |