Element.opEquals

Compares two Elements for equality

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

Examples

Element e1,e2;
if (e1 == e2) { }

Meta

Suggestion Box / Bug Report