'Declaration Public Enum ComparisonOperator Inherits System.Enum
public enum ComparisonOperator : System.Enum
Member | Description |
---|---|
Contains | Evaluates if a string contains a compared value. With string values, a case sensitivity flag may effect the result. |
DateTimeAfter | Evaluates if a DateTime object comes after a given input. |
DateTimeApril | Evaluates that a DateTime is in April. |
DateTimeAugust | Evaluates that a DateTime is in August. |
DateTimeBefore | Evaluates if a DateTime object comes prior to a given input. |
DateTimeDecember | Evaluates that a DateTime is in December. |
DateTimeFebruary | Evaluates that a DateTime is in February. |
DateTimeJanuary | Evaluates that a DateTime is in January. |
DateTimeJuly | Evaluates that a DateTime is in July. |
DateTimeJune | Evaluates that a DateTime is in June. |
DateTimeLastMonth | Evaluates if a DateTime value is in last month. |
DateTimeLastQuarter | Evaluates if a DateTime value is in the last quarter. |
DateTimeLastWeek | Evaluates if a DateTime value is in last week. |
DateTimeLastYear | Evaluates if a DateTime value is in last year. |
DateTimeMarch | Evaluates that a DateTime is in March. |
DateTimeMay | Evaluates that a DateTime is in May. |
DateTimeNextMonth | Evaluates if a DateTime value is in next month. |
DateTimeNextQuarter | Evaluates if a DateTime value is in the next quarter. |
DateTimeNextWeek | Evaluates if a DateTime value is in next week. |
DateTimeNextYear | Evaluates if a DateTime value is in next year. |
DateTimeNovember | Evaluates that a DateTime is in November. |
DateTimeOctober | Evaluates that a DateTime is in October. |
DateTimeQuarter1 | Evaluates that a DateTime is in the first quarter. |
DateTimeQuarter2 | Evaluates that a DateTime is in the second quarter. |
DateTimeQuarter3 | Evaluates that a DateTime is in the third quarter. |
DateTimeQuarter4 | Evaluates that a DateTime is in the forth quarter. |
DateTimeSeptember | Evaluates that a DateTime is in Sepember. |
DateTimeThisMonth | Evaluates if a DateTime value is in this month. |
DateTimeThisQuarter | Evaluates if a DateTime value is in this quarter. |
DateTimeThisWeek | Evaluates if a DateTime value is in this week. |
DateTimeThisYear | Evaluates if a DateTime value is in this year. |
DateTimeToday | Evaluates if a DateTime value is today. |
DateTimeTomorrow | Evaluates if a DateTime value is tomorrow. |
DateTimeYearToDate | Evaluates if a DateTime value is in the current year up to today's date. |
DateTimeYesterday | Evaluates if a DateTime value is yesterday. |
DoesNotContain | Evaluates if a string does not contain a compared value. With string values, a case sensitivity flag may effect the result. |
DoesNotEndWith | Evaluates if a string does not end with a compared value. With string values, a case sensitivity flag may effect the result. |
DoesNotStartWith | Evaluates if a string does not begin with a compared value. With string values, a case sensitivity flag may effect the result. |
EndsWith | Evaluates if a string ends with a compared value. With string values, a case sensitivity flag may effect the result. |
Equals | An equality compare is executed. With string values, a case sensitivity flag may effect the result. |
GreaterThan | A GreaterThan compare is executed. With string values, a case sensitivity flag may effect the result. |
GreaterThanOrEqual | A greater than or equal compare is executed. With string values, a case sensitivity flag may effect the result. |
InOperand | Evaluates that a value is in the list provided as FilterValue. |
LessThan | A less than compare is executed. With string values, a case sensitivity flag may effect the result. |
LessThanOrEqual | A less than or equal compare is executed. With string values, a case sensitivity flag may effect the result. |
NotEquals | An non equality compare is executed. With string values, a case sensitivity flag may effect the result. |
StartsWith | Evaluates if a string begins with a compared value. With string values, a case sensitivity flag may effect the result. |
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