Operator operator !=
operator !=(EntityQueryDesc, EntityQueryDesc)
Compare two instance for inequality.
Declaration
public static bool operator !=(EntityQueryDesc lhs, EntityQueryDesc rhs)
Parameters
Type | Name | Description |
---|---|---|
Entity |
lhs | The left instance to compare |
Entity |
rhs | The right instance to compare |
Returns
Type | Description |
---|---|
bool | False if the two instances are equal, or true if not. |