Method Equals
Equals(RequestHandle)
Returns true if this handle has the same id as a given handle
Declaration
public bool Equals(RequestHandle other)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestHandle | other | The other handle to be compared with this one |
Returns
| Type | Description |
|---|---|
| bool | True if both handles have the same id |
Implements
Equals(object)
Returns true if the object being compared is a RequestHandle this handle has the same id as a given handle
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The other object to be compared with this one |
Returns
| Type | Description |
|---|---|
| bool | True if both handles have the same id |