Operator operator ==
operator ==(EntityManager, EntityManager)
Compare two EntityManager objects for equality
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 | True if the two instances are equal, or false if not.  |