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