ConditionMethods Class |
Namespace: NLog.Conditions
The ConditionMethods type exposes the following members.
Name | Description | |
---|---|---|
Contains |
Gets or sets a value indicating whether the second string is a substring of the first one.
| |
EndsWith |
Gets or sets a value indicating whether the second string is a suffix of the first one.
| |
Equals2(Object, Object) |
Compares two values for equality.
| |
Equals2(String, String, Boolean) |
Compares two strings for equality.
| |
Length |
Returns the length of a string.
| |
RegexMatches |
Indicates whether the specified regular expression finds a match in the specified input string.
| |
StartsWith |
Gets or sets a value indicating whether the second string is a prefix of the first one.
|