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)
ParameterDescription
l1The first level.
l2The second level.