# GC.Pivot.PivotCaptionFilterOperator

## Content

# Enumeration: PivotCaptionFilterOperator

[GC](../modules/GC).[Pivot](../modules/GC.Pivot).PivotCaptionFilterOperator

Describe the type of caption filter

## Table of contents

### Enumeration members

- [beginsWith](GC.Pivot.PivotCaptionFilterOperator#beginswith)
- [between](GC.Pivot.PivotCaptionFilterOperator#between)
- [contains](GC.Pivot.PivotCaptionFilterOperator#contains)
- [doesNotBeginWith](GC.Pivot.PivotCaptionFilterOperator#doesnotbeginwith)
- [doesNotContain](GC.Pivot.PivotCaptionFilterOperator#doesnotcontain)
- [doesNotEndWith](GC.Pivot.PivotCaptionFilterOperator#doesnotendwith)
- [endsWith](GC.Pivot.PivotCaptionFilterOperator#endswith)
- [equalsTo](GC.Pivot.PivotCaptionFilterOperator#equalsto)
- [greaterThan](GC.Pivot.PivotCaptionFilterOperator#greaterthan)
- [greaterThanOrEqualsTo](GC.Pivot.PivotCaptionFilterOperator#greaterthanorequalsto)
- [lessThan](GC.Pivot.PivotCaptionFilterOperator#lessthan)
- [lessThanOrEqualsTo](GC.Pivot.PivotCaptionFilterOperator#lessthanorequalsto)
- [notBetween](GC.Pivot.PivotCaptionFilterOperator#notbetween)
- [notEqualsTo](GC.Pivot.PivotCaptionFilterOperator#notequalsto)

## Enumeration members

### <a id="beginswith" name="beginswith"></a> beginsWith

• **beginsWith** = `2`

Indicates whether the string starts with a specified string.

___

### <a id="between" name="between"></a> between

• **between** = `12`

Indicates whether the number is between parameter values.

___

### <a id="contains" name="contains"></a> contains

• **contains** = `6`

Indicates whether the string contains a specified string.

___

### <a id="doesnotbeginwith" name="doesnotbeginwith"></a> doesNotBeginWith

• **doesNotBeginWith** = `3`

Indicates whether the string does not start with a specified string.

___

### <a id="doesnotcontain" name="doesnotcontain"></a> doesNotContain

• **doesNotContain** = `7`

Indicates whether the string does not contain a specified string.

___

### <a id="doesnotendwith" name="doesnotendwith"></a> doesNotEndWith

• **doesNotEndWith** = `5`

Indicates whether the string does not end with a specified string.

___

### <a id="endswith" name="endswith"></a> endsWith

• **endsWith** = `4`

Indicates whether the string ends with a specified string.

___

### <a id="equalsto" name="equalsto"></a> equalsTo

• **equalsTo** = `0`

Indicates whether the string is equal to a specified string.

___

### <a id="greaterthan" name="greaterthan"></a> greaterThan

• **greaterThan** = `8`

Indicates whether a value is greater than the parameter value.

___

### <a id="greaterthanorequalsto" name="greaterthanorequalsto"></a> greaterThanOrEqualsTo

• **greaterThanOrEqualsTo** = `9`

Indicates whether a value is greater than or equal to the parameter value.

___

### <a id="lessthan" name="lessthan"></a> lessThan

• **lessThan** = `10`

Indicates whether a value is less than the parameter value.

___

### <a id="lessthanorequalsto" name="lessthanorequalsto"></a> lessThanOrEqualsTo

• **lessThanOrEqualsTo** = `11`

Indicates whether a value is less than or equal to the parameter value.

___

### <a id="notbetween" name="notbetween"></a> notBetween

• **notBetween** = `13`

Indicates whether the number is not between parameter values.

___

### <a id="notequalsto" name="notequalsto"></a> notEqualsTo

• **notEqualsTo** = `1`

Indicates whether the string is not equal to a specified string.
