AWS SDK for .NET Documentation
ConditionFactory..::..StringComparisonType Enumeration
AmazonAmazon.Auth.AccessControlPolicyConditionFactoryConditionFactory..::..StringComparisonType Did this page help you?   Yes   No    Tell us about it...
Enumeration of the supported ways a string comparison can be evaluated.
Declaration Syntax
C#
public enum StringComparisonType
Members
MemberDescription
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)