OrderToken.LessThan Operator
Determines whether the first specified order token is less than the second.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared Operator < ( _
first As OrderToken, _
second As OrderToken _
) As Boolean
public static bool operator <(
OrderToken first,
OrderToken second
)
public:
static bool operator <(
OrderToken^ first,
OrderToken^ second
)
static let inline (<)
first:OrderToken *
second:OrderToken : bool
JScript does not support overloaded operators.
Parameters
- first
Type: Microsoft.Windows.Design.OrderToken
The first OrderToken to compare.
- second
Type: Microsoft.Windows.Design.OrderToken
The second OrderToken to compare.
Return Value
Type: System.Boolean
true if first is less than second; otherwise, false.
.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.
See Also
Reference
Microsoft.Windows.Design Namespace