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:
==.| Parameter | Description |
|---|---|
left | Left map. |
right | Right map. |
True when both maps contain the same key/value pairs.