3034:7ce719013078 | 3035:36e9f388958b |
---|---|
30 | 30 |
31 @param other reference to the other page object (Page) | 31 @param other reference to the other page object (Page) |
32 @return flag indicating equality (boolean) | 32 @return flag indicating equality (boolean) |
33 """ | 33 """ |
34 return self.title == other.title and \ | 34 return self.title == other.title and \ |
35 self.url == other.url | 35 self.url == other.url |