|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Evaluators Namespace > StringEvaluator Class > StringEvaluator Properties > StringEvaluator.MatchCase Property |
Gets or sets a value indicating whether the case should be matched.
Namespace: BNCS.Logic.Evaluators
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public bool MatchCase { get; set; }
true if the case should be matched; otherwise, false.
When the value is changed, the Execute() method is called to apply the change.
BNCS.Logic.Evaluators Namespace