mapIsEqual

fnharfbuzz.types.Bool mapIsEqual(harfbuzz.map.Map map, harfbuzz.map.Map other) nothrow

Tests whether map and other are equal (contain the same elements).

Parameters

mapA map
otherAnother map

Returns

true if the two maps are equal, false otherwise.