Click or drag to resize

LogLevel Operators

The LogLevel type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Compares two LogLevel objects and returns a value indicating whether the first one is equal to the second one.
Public operatorStatic memberGreaterThan
Compares two LogLevel objects and returns a value indicating whether the first one is greater than the second one.
Public operatorStatic memberGreaterThanOrEqual
Compares two LogLevel objects and returns a value indicating whether the first one is greater than or equal to the second one.
Public operatorStatic memberInequality
Compares two LogLevel objects and returns a value indicating whether the first one is not equal to the second one.
Public operatorStatic memberLessThan
Compares two LogLevel objects and returns a value indicating whether the first one is less than the second one.
Public operatorStatic memberLessThanOrEqual
Compares two LogLevel objects and returns a value indicating whether the first one is less than or equal to the second one.
Top
See Also