Method AreEqual
AreEqual(float, float)
Check if two values of type TValueType are equal.
Declaration
protected override bool AreEqual(float a, float b)
Parameters
| Type | Name | Description |
|---|---|---|
| float | a | The first value to test. |
| float | b | The second value to test. |
Returns
| Type | Description |
|---|---|
| bool | True if both values are considered equals, false otherwise. |