ComparisonFilter.Comparator Enumeration

Represents the operator in a Comparison filter.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Enumeration Comparator
'Usage
Dim instance As ComparisonFilter.Comparator
public enum Comparator

Members

Member name Description
Equals Stands for Field = Value.
NotEquals Stands for Field <> Value.
GreaterThan Stands for Field > Value.
LessThan Stands for Field < Value.
GreaterThanEquals Stands for Field >= Value.
LessThanEquals Stands for Field <= Value.

See Also

Reference

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace