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