IMathIsNotEqual Method |
Name | Description | |
---|---|---|
![]() | IsNotEqual(NullableByte, NullableByte) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableInt16, NullableInt16) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableInt32, NullableInt32) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableInt64, NullableInt64) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableSByte, NullableSByte) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableUInt16, NullableUInt16) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableUInt32, NullableUInt32) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableUInt64, NullableUInt64) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableDateTime, NullableDateTime, Boolean) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableDecimal, NullableDecimal, Int32) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableDouble, NullableDouble, Int32) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|
![]() | IsNotEqual(NullableSingle, NullableSingle, Int32) |
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
|