Function JSONString.opEquals
Support equality comparisons
bool opEquals
(
in JSONString other
) nothrow;
bool opEquals
(
in JSONString other
) const nothrow;
bool opEquals
(
in String other
) nothrow;
bool opEquals
(
in String other
) const nothrow;