Is this level greater or equal to the supplied level

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public bool IsGreaterOrEqual(
	Level l
)
Visual Basic
Public Function IsGreaterOrEqual ( _
	l As Level _
) As Boolean
Visual C++
public:
bool IsGreaterOrEqual(
	Level^ l
)

Parameters

l
Type: EnterpriseDT.Util.Debug..::..Level
level to test against

Return Value

true if greater or equal to, false if less than

See Also