__eq__
Address.eq
__eq__(self, Address other) -> bool
Determines whether the specified object is equal to the current object.
| Parameter | Type | Description |
|---|---|---|
other | Address |
Return Type: bool — True if the specified object is equal to the current object; otherwise, false.