ByteQuantifiedSize.LessThanOrEqual Operator
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
- value1
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
- value2
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
Return Value
Type: System.Boolean
Returns Boolean.