LogicOperation.MatchCase Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Models Namespace > LogicOperation Class > LogicOperation Properties >

LogicOperation.MatchCase Property

Gets or sets a value indicating whether the case of characters should be considered when performing a match operation. If set to true, the match is case-sensitive. If set to false, the match is case-insensitive.

Namespace: BNCS.Logic.Models
Assembly:  BNCS.Logic.Models (in BNCS.Logic.Models.dll)

 

Syntax


public bool MatchCase { get; set; }

 

See Also


LogicOperation Class

BNCS.Logic.Models Namespace