Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| whenNotEqual Filter Matches when the calculated layout is NOT equal to the specified substring. This filter is deprecated in favour of <when /> which is based on contitions| Assembly | Class | .NET Framework | .NET CF | Mono on Windows | Mono on Unix |
|---|
| 1.0 | 1.1 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 |
|---|
| NLog.dll | NLog.Filters.WhenNotEqualFilter |  |  |  |  |  |  |  |  |  |
Parameters:| Name | Type | Description |
|---|
| Action | FilterResult | User-requested action to be taken when filter matches.
| | CompareTo | string | String to compare the layout to.
| | Layout | string | The layout text;
| | IgnoreCase | boolean | Ignore case when comparing strings.
Default value is: False. |
Back to the filter list. |
| Copyright © 2004-2006 by Jarosław Kowalski. |