ContainmentComparisonType
ContainmentComparisonType enumeration
public enum ContainmentComparisonType
价值观
| 姓名 | 价值 | 描述 |
|---|---|---|
| Exact | 0 | |
| IgnoreCase | 1 | |
| IgnoreNonSpacingCharacters | 2 | |
| Loose | 3 | |
| IgnoreCaseAndNonSpacingCharacters | 4 | |
| LooseAndIgnoreCase | 5 | |
| LooseAndIgnoreNonSpace | 6 | |
| LooseAndIgnoreCaseAndIgnoreNonSpace | 7 |