Method Equals
Equals(Object)
Compare to another object for equality.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | The object to compare |
Returns
| Type | Description |
|---|---|
| Boolean | True if |
Overrides
Equals(EntityQueryDesc)
Compare to another instance for equality.
Declaration
public bool Equals(EntityQueryDesc other)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityQueryDesc | other | The other instance to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the two instances are equal, or false if not. |