IMathIsLessOrEqual Method (NullableInt64, NullableInt64) |
Checks if a is less than or equal to b (returns false if at least one of the parameters is NULL)
Namespace: Jeneva.ValidationAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax bool IsLessOrEqual(
Nullable<long> a,
Nullable<long> b
)
Function IsLessOrEqual (
a As Nullable(Of Long),
b As Nullable(Of Long)
) As Boolean
Parameters
- a
- Type: SystemNullableInt64
a - b
- Type: SystemNullableInt64
b
Return Value
Type:
Booleantrue if yes
See Also