Equality Element

Defines an equality condition of a rule.

Syntax

<Equality
    ConditionOp="{ChangedTo | Equals | GreaterThan | GreaterThanOrEquals | LessThan | LessThanOrEquals | NotEquals}"
    Source="ObjectPath element"
    SourceTransformer="object"
    Value="object"
>
    <SourceTransformer />
</Equality>

Attributes

ConditionOp

Specifies a logical condition operator, which must be a member of the ConditionOp enumeration.

Source

An object path in the form [ObjectName.Member] that indicates the source of the condition.

SourceTransformer

Indicates a source conversion. You can use inline or expanded construction. Possible transformer elements include:

BooleanTransformer

DateTimeTransformer

FormatTransformer

MathTransformer

Value

Value to compare against.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also