JSONString.opEquals

Support equality comparisons

  1. bool opEquals(JSONString other)
  2. bool opEquals(JSONString other)
  3. bool opEquals(String other)
  4. bool opEquals(String other)
    struct JSONString(String)
    nothrow const nothrow
    bool
    opEquals
    (
    in String other
    )

Meta