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 |
---|---|
bool | 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 |
---|---|
bool | True if the two instances are equal, or false if not. |