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