Compartilhar via


OpenTypeMethods.LessThan Method

Determines whether the value of one object is less than another object.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Shared Function LessThan ( _
    left As Object, _
    right As Object _
) As Object
'Usage
Dim left As Object 
Dim right As Object 
Dim returnValue As Object 

returnValue = OpenTypeMethods.LessThan(left, _
    right)
public static Object LessThan(
    Object left,
    Object right
)
public:
static Object^ LessThan(
    Object^ left, 
    Object^ right
)
static member LessThan : 
        left:Object * 
        right:Object -> Object
public static function LessThan(
    left : Object, 
    right : Object
) : Object

Parameters

Return Value

Type: System.Object
true if the value of the first object is less than that of the second object; otherwise, false.

See Also

Reference

OpenTypeMethods Class

System.Data.Services.Providers Namespace