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