@@ -75,10 +75,13 @@ } - (bool)isEqual: (id)object { OFXMLComment *comment; + + if (object == self) + return true; if (![object isKindOfClass: [OFXMLComment class]]) return false; comment = object;