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
XDEV 4.1.1
XDEV 4.1.2