@tempots/color > HSV > equals
Checks if the current HSV color is equal to another HSV color.
Signature:
readonly equals: (other: HSV, tollerance?: number) => boolean;