Enumeration of the supported ways a string comparison can be evaluated.

Declaration Syntax
public enum StringComparisonType

Members
Member | Description |
---|
StringEquals |
Case-sensitive exact string matching
|
StringEqualsIgnoreCase |
Case-insensitive string matching
|
StringLike |
Loose case-insensitive matching. The values can include a
multi-character match wildcard (*) or a single-character match
wildcard (?) anywhere in the string.
|
StringNotEquals |
Negated form of StringEquals.
|
StringNotEqualsIgnoreCase |
Negated form of StringEqualsIgnorecase.
|
StringNotLike |
Negated form of StringLike.
|
Assembly:
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)