Method Equals
Equals(Type, Type)
Determines whether the specified objects are equal.
Declaration
public bool Equals(Type x, Type y)
Parameters
Type | Name | Description |
---|---|---|
Type | x | The first object of type |
Type | y | The second object of type |
Returns
Type | Description |
---|---|
Boolean | true if the specified objects are equal; otherwise, false. |
Equals(Type[], Type[])
Determines whether the specified objects are equal.
Declaration
public bool Equals(Type[] x, Type[] y)
Parameters
Type | Name | Description |
---|---|---|
Type[] | x | The first object of type |
Type[] | y | The second object of type |
Returns
Type | Description |
---|---|
Boolean | true if the specified objects are equal; otherwise, false. |