다음을 통해 공유


operator LT

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at operator LT.

Returns true (–1) if expression1 is less than expression2, or returns false (0) if it is not.

Syntax

  
expression1 LT expression2  

See Also

Operators Reference