operator>=
operator>=
Compares two LogLevel objects and returns a value indicating whether the first one is greater than or equal to the second one.
Returns: The value of l1.Ordinal >= l2.Ordinal
bool operator>=(System::SharedPtr < LogLevel > l1, System::SharedPtr < LogLevel > l2)
| Parameter | Description |
|---|---|
| l1 | The first level. |
| l2 | The second level. |