Click or drag to resize

DataObjectVersionIsEqualTo Method

Overload List
  NameDescription
Public methodIsEqualTo(DataObjectVersion, Boolean)
Compares to dataobjectversions. Comparison is made on each of the property values. Returns true if the two object versions contains similar property values.
Public methodIsEqualTo(DataObjectVersion, IntegerList, Boolean)
Compares to dataobjectversions. Coparison is made on each of the property values. Returns true if the two object versions contains similar property values. Comparison is only made on the provided property ID's. If comparePropertyIds is empty all properties are compared.
Top
See Also