Click or drag to resize

FormCompareItems Method

Performs commparison of FormSectionBases with another form.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public FormSectionBases CompareItems(
	Form formCompare
)

Parameters

formCompare
Type: Omada.OE.ModelForm
Form to compare

Return Value

Type: FormSectionBases
List of FormSectionBases which either cannot be found in formCompare or if contents separate itself from corresponding FormSectionBase in formCompare
See Also