public bool Contains(long id)
public bool Contains(MediaStream item)
Determines whether the stream by id is in the collection
Parameters#
Name | Type | Description |
---|
id | Int64 | handle id of the stream |
item | MediaStream | stream |
Returns#
Type | Description |
---|
Boolean | true on success or false |
Variants#
Contains(id)#
public bool Contains(long id)
Determines whether the stream by id is in the collection
Parameters#
Name | Type | Description |
---|
id | Int64 | handle id of the stream |
Returns#
Type | Description |
---|
Boolean | true on success or false |
Contains(item)#
public bool Contains(MediaStream item)
Determines whether the media is in the collection
Parameters#
Returns#
Type | Description |
---|
Boolean | true on success or false |