Class VObjects

java.lang.Object
eu.mihosoft.vmf.runtime.core.VObjects

public final class VObjects extends Object
Just like Objects, this class consists of static utility methods for operating on VMF objects (instances of VObject), or checking certain conditions before operation.
  • Method Details

    • equals

      public static boolean equals(Object o1, Object o2)
      Returns true if the arguments are equal to each other; false otherwise. If the specified objects are model instances then the VMF equals method is used. If the specified objects are collections which contain model instances then the VMF equals method is used element-wise.
      Parameters:
      o1 - first object to compare
      o2 - second object to compare
      Returns:
      true if the arguments are equal to each other; false otherwise.