setIsEqual

fnharfbuzz.types.Bool setIsEqual(harfbuzz.set.Set set, harfbuzz.set.Set other) nothrow

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

Parameters

setA set
otherAnother set

Returns

true if the two sets are equal, false otherwise.