Text.opEquals

Compares two text sections for equality

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

Examples

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

Meta

Suggestion Box / Bug Report