Hi,
In the method the value and also each value of a collection are being formatted before comparing. Even for simple data types like long, boolean,... this is true.
This is extremely expensive and especially unnecessary, if you have thousands of values in a collection.
Regards