ObjFW  Diff

Differences From Artifact [69c4d2c798]:

To Artifact [cfed32bae5]:


86
87
88
89
90
91
92
93

94
95
96
97
98
99
100
86
87
88
89
90
91
92

93
94
95
96
97
98
99
100







-
+







		return false;

	comment = object;

	return ([comment->_comment isEqual: _comment]);
}

- (uint32_t)hash
- (unsigned long)hash
{
	return _comment.hash;
}

- (OFString *)stringValue
{
	return @"";