Package eu.mihosoft.vmf.runtime.core
Class VObjects
java.lang.Object
eu.mihosoft.vmf.runtime.core.VObjects
-
Method Summary
-
Method Details
-
equals
Returnstrue
if the arguments are equal to each other;false
otherwise. If the specified objects are model instances then the VMFequals
method is used. If the specified objects are collections which contain model instances then the VMFequals
method is used element-wise.- Parameters:
o1
- first object to compareo2
- second object to compare- Returns:
true
if the arguments are equal to each other;false
otherwise.
-