Module

utils/mapsequal

@ckeditor/ckeditor5-utils/src/mapsequal

module

Filtering

Functions

  • mapsEqual( mapA, mapB ) → Boolean

    static

    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.