VT comparison between values should be relaxed
Description
At the moment a comparison between "1.0" and "1" will return false.
The method should be relaxed, that a comparison between "1.0" and "1" will return true.
Suggested changes:
--------------------------------------------------------------
xdev.vt.VirtualTable#equals(Object value1, Object value2)
--------------------------------------------------------------
Environment
None
Activity
Show:
SS
September 3, 2014, 7:40 AM
The comparison between values of "1" and "1.0" has been successfully changed.