## Collection.\_\_eq\_\_()


Check equality.


Usage


``` python
Collection.__eq__(other)
```


## Parameters


`other`  
The other object to compare.


## Returns


`bool`  
True if equal.
