Class EMFCompareUtils

java.lang.Object
com._1c.g5.v8.dt.common.EMFCompareUtils

public class EMFCompareUtils extends Object
This class contains convenient static methods for working with EMF objects.
  • Constructor Details

    • EMFCompareUtils

      public EMFCompareUtils()
  • Method Details

    • equals

      public static EMFCompareUtils.Diff equals(org.eclipse.emf.ecore.EObject eObject1, org.eclipse.emf.ecore.EObject eObject2)
      Returns true if eObject1 and eObject2 are equal, false otherwise.
      Returns:
      whether eObject1 and eObject2 are equal.
      Since:
      2.1.0
      See Also: