Returns a value that indicates whether two specified float 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 float.op_Inequality(float, float) method defines the inequality operator for float values.