Initializes a new instance of the MessagingCondition class; using a comparison string, the comparison type, and a value indicating whether the match is case sensitive.
| C# | Visual Basic |
protected MessagingCondition( MessagePropertyComparisonType comparisonType, bool caseSensitive, string comparisonValue )
Protected Sub New ( _ comparisonType As MessagePropertyComparisonType, _ caseSensitive As Boolean, _ comparisonValue As String _ )
- comparisonType (MessagePropertyComparisonType)
- The matching operation to use.
- caseSensitive (Boolean)
- Whether the match is case sensitive.
- comparisonValue (String)
- The comparison string to match.