Base64Binary.LessThan OperatorBase64Binary.LessThan OperatorBase64Binary::LessThan Operator

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

Syntax

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

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

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