Share via


Moniker.LessThan Operator

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public Shared Operator < ( _
    moniker1 As Moniker, _
    moniker2 As Moniker _
) As Boolean
public static bool operator <(
    Moniker moniker1,
    Moniker moniker2
)
public:
static bool operator <(
    Moniker^ moniker1, 
    Moniker^ moniker2
)
static let inline(<)
        moniker1:Moniker * 
        moniker2:Moniker  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Moniker Class

Microsoft.VisualStudio.Modeling Namespace