Click or drag to resize

FieldContainerIsEqualTo Method

Method can determine whether two fields contains the same two fixed fields or the same two properties based on their ID's.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool IsEqualTo(
	FieldContainer fc
)

Parameters

fc
Type: Omada.OE.ModelFieldContainer

Return Value

Type: Boolean
See Also