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