Click or drag to resize
ReadonlyChannelCollectionContains Method
Determines whether an Channel is in the ReadonlyChannelCollection

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public bool Contains(
	Channel item
)

Parameters

item
Type: TeamSpeak.Sdk.ClientChannel
The Channel to locate in the ReadonlyChannelCollection

Return Value

Type: Boolean
true if item is found in the ReadonlyChannelCollection otherwise, false.

Implements

ICollectionTContains(T)
See Also