Click or drag to resize
IMathIsNotEqual Method
Overload List
  NameDescription
Public methodIsNotEqual(NullableByte, NullableByte)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableInt16, NullableInt16)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableInt32, NullableInt32)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableInt64, NullableInt64)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableSByte, NullableSByte)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableUInt16, NullableUInt16)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableUInt32, NullableUInt32)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableUInt64, NullableUInt64)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableDateTime, NullableDateTime, Boolean)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableDecimal, NullableDecimal, Int32)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableDouble, NullableDouble, Int32)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Public methodIsNotEqual(NullableSingle, NullableSingle, Int32)
Checks if a is not equal to b (returns false if at least one of the parameters is NULL)
Top
See Also