3058:0a02c433f52d | 3060:5883ce99ee12 |
---|---|
33 | 33 |
34 @param other reference to the other page object (Page) | 34 @param other reference to the other page object (Page) |
35 @return flag indicating equality (boolean) | 35 @return flag indicating equality (boolean) |
36 """ | 36 """ |
37 return self.title == other.title and \ | 37 return self.title == other.title and \ |
38 self.url == other.url | 38 self.url == other.url |