Com.aerospike.client.Bin doesn't override "equals" method

Bin class of Java client doesn’t override the “equals” method which causes issues while Unit testing with Mockito and similar frameworks as it is not feasible to use Mockito.verify() and other verification calls since even 2 Bin objects which are logically equal will be considered un equal.

Thanks

this is a good idea, we will consider it carefully for a future release

Regards

Peter