Deep copies the object and returns a new instance.
Converts the object to a different NumberType equivalent.
Checks if the badge details overlap with another set of badge details.
Compares this object's fields to another object's fields for equality. Equality is determined by comparing the JSON representations of the objects.
If normalizeNumberTypes
is true, then all number types will be compared as strings (i.e. "1n" === "1" === 1). Else, they will be compared as their native types (i.e. 1n !== 1 !== "1").
Optional
normalizeNumberTypes: booleanChecks if the badge details are a subset of another set of badge details (i.e. all badgeIds are in the other set).
Checks if the badge details are not in another set of badge details (i.e. none of the badgeIds are in the other set).
The corresponding badge IDs for this collection ID.