ByteQuantifiedSize.LessThan operator

Indicates whether a specified ByteQuantifiedSize instance is less than another specified ByteQuantifiedSize instance.

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Operator < ( _
    value1 As ByteQuantifiedSize, _
    value2 As ByteQuantifiedSize _
) As Boolean
'Usage
Dim value1 As ByteQuantifiedSize
Dim value2 As ByteQuantifiedSize
Dim returnValue As Boolean

returnValue = (value1 < value2)
public static bool operator <(
    ByteQuantifiedSize value1,
    ByteQuantifiedSize value2
)

Parameters

Return value

Type: System.Boolean
true if the value of the value1 parameter is less than the value of the value2 parameter; otherwise, false.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Microsoft.Exchange.Data namespace