AWS SDK for .NET Documentation
ComparisonOperator Property
AmazonAmazon.DynamoDBv2.ModelConditionComparisonOperator Did this page help you?   Yes   No    Tell us about it...
A comparator for evaluating attributes. For example, equals, greater than, less than, etc. The following comparison operators are available: EQ | NE | LE | LT | GE | GT | NOT_NULL | NULL | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEEN The following are descriptions of each comparison operator.

Constraints:

Allowed Values
EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH

Declaration Syntax
C#
public string ComparisonOperator { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)