String |
public enum StringComparisonKind
| Member name | Value | Description |
|---|---|---|
| Equality | 0 | Is the test string and the match string equal? |
| Inequality | 1 | Is the test string and the match string not equal? |
| Contains | 2 | Is the match string contained in the string to test? |
| StartsWith | 3 | Does the test string starts with the match string? |
| EndsWith | 4 | Does the test string ends with the match string? |
The StringComparisonKind type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |