[]
Determines whether the specified objects are equal by comparing their references.
public bool Equals(T x, T y)
Type | Name | Description |
---|---|---|
T | x | The first object to compare. |
T | y | The second object to compare. |
Type | Description |
---|---|
bool |
|