See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public static bool operator <(
	CodeRegion lhs,
	CodeRegion rhs
)
Visual Basic
Public Shared Operator < ( 
	lhs As CodeRegion,
	rhs As CodeRegion
) As Boolean
Visual C++
public:
static bool operator <(
	CodeRegion^ lhs, 
	CodeRegion^ rhs
)

Return Value

Type: Boolean

See Also