Click or drag to resize

DataObjectVersionIsEqualTo Method (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.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool IsEqualTo(
	DataObjectVersion source,
	IntegerList comparePropertyIds,
	bool ignorePropsWithLog
)

Parameters

source
Type: Omada.OE.ModelDataObjectVersion
comparePropertyIds
Type: IntegerList
ignorePropsWithLog
Type: SystemBoolean

Return Value

Type: Boolean
See Also