FloatEqualityComparer.Equals
Method in FloatEqualityComparer
Declaration
public bool Equals(float x, float y)Description
Checks the equality of two float values.
Parameters
| x | The first value to compare. |
| y | The second value to compare. |
Returns
| bool | True if the values are equal, false otherwise. |