Returns a value that indicates whether two specified double values are not equal.
left The first value to compare.right The second value to compare.
true if left and right are not equal; otherwise, false.
The double.op_Inequality(double, double) method defines the inequality operator for double values.