The mapping method to compare value and other for equality.
value
other
bool equals(T value, T other, MappingContext context) { throw MapperException.unsupportedMethod(MapperMethod.equals, type); }