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 |
Determines whether the specified objects are equal.
public bool Equals(T x, T y)
| Type | Name | Description |
|---|---|---|
| T | x | The first object of type |
| T | y | The second object of type |
| Type | Description |
|---|---|
| bool |