Responder Developer Guide
IsLessThan Method


Version: 10.2.1a

Resource Center Home

The left-hand-side operand.
The right-hand-side operand.
Indicates whether the first value is less than the second value.
Syntax
'Declaration
 
Public Shared Function IsLessThan( _
   ByVal left As Object, _
   ByVal right As Object _
) As Boolean
'Usage
 
Dim left As Object
Dim right As Object
Dim value As Boolean
 
value = DbCompare.IsLessThan(left, right)
public static bool IsLessThan( 
   object left,
   object right
)

Parameters

left
The left-hand-side operand.
right
The right-hand-side operand.

Return Value

True if left < right, otherwise false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbCompare Class
DbCompare Members

 

 


Send Comment