Click or drag to resize

CustomPropertyValueEquality Operator (AttributeValue, CustomPropertyValue)

Implements the operator ==.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static bool operator ==(
	AttributeValue one,
	CustomPropertyValue other
)

Parameters

one
Type: Aloe.SystemFrameworks.DomainAttributeValue
The one.
other
Type: Aloe.EnterpriseOne.Model.GeneralCustomPropertyValue
The other.

Return Value

Type: Boolean
The result of the operator.
See Also