Version

FilterExpressionOperatorType Enumeration

Identifies the operator type of an operator filter expression.
Syntax
'Declaration
 
Public Enum FilterExpressionOperatorType 
   Inherits System.Enum
public enum FilterExpressionOperatorType : System.Enum 
Members
MemberDescription
AddAdds two expressions.
AndApplies the And operator to two expressions.
DivideDivides one expression by another.
EqualDetermines if two expressions are equal.
GreaterThanDetermines if an expression is greater than another.
GreaterThanOrEqualDetermines if an expression is greater than or equal to another.
GroupingGroups an expression.
LessThanDetermines if an expression is less than another.
LessThanOrEqualDetermines if an expression is less than or equal to another.
ModuloPerforms the modulus of one expression by another.
MultiplyMultiplies two expressions.
NoneNo operator type specified.
NotApplies the Not operator to a single expression.
NotEqualDetermines if two expressions are not equal.
OrApplies the Or operator to two expressions.
SubtractSubtracts one expression from another.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also