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