The type of string comparison to perform when comparing paths.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
- Property Type
- StringComparison
Syntax
public static StringComparison DefaultComparisonType { get; set; }
Remarks
This defaults to
System.StringComparison.Ordinal on Linux platforms and
System.StringComparison.OrdinalIgnoreCase on Windows and MacOS.
Value
| Type | Description |
|---|---|
| StringComparison |