Click or drag to resize

SetPropertyCompareItems Method

Compares the collection of SetPropertyValue objects in two properties. It returns a collection of SetPropertyValue objects which differ between the two property objects.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public SetPropertyValues CompareItems(
	SetProperty setPropCompare
)

Parameters

setPropCompare
Type: Omada.OE.ModelSetProperty

Return Value

Type: SetPropertyValues
See Also