Comment.opEquals

Compares two comments for equality

class Comment
override const
bool
opEquals
(
scope const Object o
)

Examples

Comment item1,item2;
if (item1 == item2) { }

Meta

Suggestion Box / Bug Report