Click or drag to resize

ReferencePropertyValueIsEqualTo Method

Compares to ReferencePropertyValue objects based on the ID of the referred object and each attribute value

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

Parameters

source
Type: Omada.OE.ModelReferencePropertyValue

Return Value

Type: Boolean
See Also