Enumerations::ConditionOperator

Header Image
Project:
ConditionOperator : Public <<D2Enumeration>> Enumeration
Created: 11/05/2021 16:29:54
Modified: 18/02/2025 12:11:12
Project:
Advanced:
  • Attributes
  • Tagged Values
  • Advanced
Attribute Scope Type
and Public
definition=The AND logical operator – a logical operation to determine if all conditions in a test are TRUE.
order=0
 
or Public
definition=The OR logical operator – a logical operation to determine if any conditions in a test are TRUE.
order=1
 
xor Public
definition=The XOR logical operator - a logical operation that outputs true only when inputs differ (one is true, the other is false).
order=2
 
Tag Value
definition The logical operator to be used in a test of conditions.
Details:  
Property Value
isFinalSpecialization: 0