LogLevel Operators |
The LogLevel type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Compares two LogLevel objects
and returns a value indicating whether
the first one is equal to the second one.
| |
| GreaterThan |
Compares two LogLevel objects
and returns a value indicating whether
the first one is greater than the second one.
| |
| GreaterThanOrEqual |
Compares two LogLevel objects
and returns a value indicating whether
the first one is greater than or equal to the second one.
| |
| Inequality |
Compares two LogLevel objects
and returns a value indicating whether
the first one is not equal to the second one.
| |
| LessThan |
Compares two LogLevel objects
and returns a value indicating whether
the first one is less than the second one.
| |
| LessThanOrEqual |
Compares two LogLevel objects
and returns a value indicating whether
the first one is less than or equal to the second one.
|