'Declaration
Protected Overrides Function IsLowerThan( _ ByVal value1 As Nullable(Of ULong), _ ByVal value2 As Nullable(Of ULong) _ ) As Boolean
'Usage
Dim instance As ULongUpDown Dim value1 As Nullable(Of ULong) Dim value2 As Nullable(Of ULong) Dim value As Boolean value = instance.IsLowerThan(value1, value2)
protected override bool IsLowerThan( Nullable<ulong> value1, Nullable<ulong> value2 )
Parameters
- value1
- value2