__eq__

Address.eq

__eq__(self, Address other) -> bool

Determines whether the specified object is equal to the current object.

ParameterTypeDescription
otherAddress

Return Type: bool — True if the specified object is equal to the current object; otherwise, false.