Click or drag to resize

AttributeValueEquality Operator

==s the specified one.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static bool operator ==(
	AttributeValue one,
	AttributeValue other
)

Parameters

one
Type: Aloe.SystemFrameworks.DomainAttributeValue
The one.
other
Type: Aloe.SystemFrameworks.DomainAttributeValue
The other.

Return Value

Type: Boolean
See Also