public native static operator==(readonly notnull left as Map, readonly notnull right as Map) as Boolean
Structural equality between two maps.
Two maps are equal when:
==
True when both maps contain the same key/value pairs.