Map.opEquals

Compares this map with an associative array of key, value pairs. Return: true if same, false otherwise.

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

Meta