Map.opEquals

Compares this map with other. Return: true if same, false otherwise.

  1. bool opEquals(Map other)
    struct Map
    const
    bool
    opEquals
    (
    const Map other
    )
  2. bool opEquals(Value[string] valueMap)

Meta