An NDoc Documented Class Library

Level.IsGreaterOrEqual Method 

Is this level greater or equal to the supplied level

public bool IsGreaterOrEqual(
   Level l
);

Parameters

l
level to test against

Return Value

true if greater or equal to, false if less than

See Also

Level Class | EnterpriseDT.Util.Debug Namespace