PatternMatch.IsCaseSensitive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if this was a case sensitive match.
public:
property bool IsCaseSensitive { bool get(); };
public bool IsCaseSensitive { get; }
public bool IsCaseSensitive { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.IsCaseSensitive : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsCaseSensitive : bool
Public ReadOnly Property IsCaseSensitive As Boolean
Property Value
- Attributes