Method ContainsKey
ContainsKey(InstanceId)
Determines whether the owner ID appears in the match collection.
Declaration
public bool ContainsKey(InstanceId key)
Parameters
| Type | Name | Description |
|---|---|---|
| InstanceId | key | The ownerId |
Returns
| Type | Description |
|---|---|
| bool |
|