Method Equals
Equals(T, T)
Determines whether the specified objects are equal.
Declaration
public bool Equals(T x, T y)
Parameters
Type | Name | Description |
---|---|---|
T | x | The first object of type |
T | y | The second object of type |
Returns
Type | Description |
---|---|
bool |