equals method

  1. @override
bool equals(
  1. IgnoreEqualityBox value,
  2. IgnoreEqualityBox other,
  3. MappingContext context
)

The mapping method to compare value and other for equality.

Implementation

@override
bool equals(value, other, MappingContext context) => value == other;