public enum ENSetOperator : System.Enum
public enum ENSetOperator : System.Enum
Member | Description |
---|---|
ExclusiveOr | ExclusiveOr - result set contains item, if item is present in one of the set and is not present in the other set. |
Intersection | Intersection - result set contains item, if item is present in both left set and right set. |
Subtraction | Subtraction - result set contains item, if item is present in left set and is not present in right set. |
Union | Union - result set contains item, if item is present in either left set or right set. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.DataStructures.ENSetOperator
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)