utils/mapsequal
@ckeditor/ckeditor5-utils/src/mapsequal
module
Filtering
Functions
-
mapsEqual() → Boolean
static
Checks whether given {Map}s are equal, that is has same size and same key-value pairs.
Returns
Boolean
true
if given maps are equal,false
otherwise.