Summary
Gets a value indicating whether comparison is case sensitive.
- Namespace
- Cake
.Core .IO - Containing Type
- PathComparer
Syntax
public bool IsCaseSensitive { get; }
Value
Type | Description |
---|---|
bool |
true if comparison is case sensitive; otherwise, false .
|