LinkedHashMap.opEquals

struct LinkedHashMap(Key, Value)
inout nothrow pure @safe
bool
opEquals
(
inout typeof(this) that
)

Return Value

Type: bool

true if this and that are equal.

Meta