equals method
bool
equals(
- InventoryManagementEnums value,
- InventoryManagementEnums other,
- MappingContext context
inherited
The mapping method to compare value
and other
for equality.
Implementation
@override
bool equals(value, other, MappingContext context) => value == other;