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
- moniker1
Type: Microsoft.VisualStudio.Modeling.Moniker
- moniker2
Type: Microsoft.VisualStudio.Modeling.Moniker
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.