CustomPropertyValueInequality 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
Syntaxpublic static bool operator !=(
AttributeValue one,
CustomPropertyValue other
)
Public Shared Operator <> (
one As AttributeValue,
other As CustomPropertyValue
) As Boolean
public:
static bool operator !=(
AttributeValue^ one,
CustomPropertyValue^ other
)
static let inline (<>)
one : AttributeValue *
other : CustomPropertyValue : bool
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