AttributeValueEquality Operator |
==s the specified one.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static bool operator ==(
AttributeValue one,
AttributeValue other
)
Public Shared Operator = (
one As AttributeValue,
other As AttributeValue
) As Boolean
public:
static bool operator ==(
AttributeValue^ one,
AttributeValue^ other
)
static let inline (=)
one : AttributeValue *
other : AttributeValue : bool
Parameters
- one
- Type: Aloe.SystemFrameworks.DomainAttributeValue
The one. - other
- Type: Aloe.SystemFrameworks.DomainAttributeValue
The other.
Return Value
Type:
Boolean
See Also