Compares two NullableDouble structures to determine if they are not equivalent.
A NullableBoolean that is False if the two instances are equivalent or True if the two instances are not equivalent. If either instance of NullableDouble is Null, the Value of the NullableBoolean will be Null.
This behavior follow CLR specifications while op_Inequality follows different IEEE 754 specifications.
NullableDouble Class | NullableTypes Namespace