utils/mapsequal
@ckeditor/ckeditor5-utils/src/mapsequal
module
Filtering
Functions
-
mapsEqual( mapA, mapB ) → Boolean
Checks whether given {Map}s are equal, that is has same size and same key-value pairs.
Parameters
mapA : Map
The first map to compare.
mapB : Map
The second map to compare.
Returns
Boolean
true
if given maps are equal,false
otherwise.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.