Equality comparison contract. Implementers support checking if two values are equal in meaning/value.
Different from JavaScript === operator:
Type of value being compared to
IMPORT_PATH: "@daiso-tech/core/utilities"
"@daiso-tech/core/utilities"
Checks if this value equals the given value. Implementation defines what "equal" means for this type.
The value to compare against
True if values are equal, false otherwise
Equality comparison contract. Implementers support checking if two values are equal in meaning/value.
Different from JavaScript === operator: