Click or drag to resize

CustomPropertyValueInequality Operator (CustomPropertyValue, 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 !=(
	CustomPropertyValue one,
	CustomPropertyValue other
)

Parameters

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

Return Value

Type: Boolean
The result of the operator.
See Also