public native static operator!=(readonly notnull left as SortedMap, readonly notnull right as SortedMap) as Boolean
Compares two sorted maps structurally for inequality.
| Parameter | Description |
|---|---|
left | Left map. |
right | Right map. |
True when the maps differ.
assert t:{"a": 1} != t:{"a": 2}