IMathIsNotEqual Method (NullableUInt64, NullableUInt64) |
Checks if a is not 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 IsNotEqual(
Nullable<ulong> a,
Nullable<ulong> b
)
Function IsNotEqual (
a As Nullable(Of ULong),
b As Nullable(Of ULong)
) As Boolean
Parameters
- a
- Type: SystemNullableUInt64
a - b
- Type: SystemNullableUInt64
b
Return Value
Type:
Booleantrue if yes
See Also