HexBinary.LessThan OperatorHexBinary.LessThan OperatorHexBinary::LessThan Operator

Indicates whether a specified HexBinaryHexBinaryHexBinary is less than another specified HexBinaryHexBinaryHexBinary.

Syntax

Public Shared Operator <( _
    value1 As HexBinary, _
    value2 As HexBinary _
) As Boolean
public static bool operator <(
    HexBinary value1,
    HexBinary value2
)
public:
static bool operator <(
    HexBinary value1, 
    HexBinary value2
)
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the value of value1 is less than the value of value2, falseFalsefalse otherwise.