 | ChannelEquality Operator |
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic static bool operator ==(
Channel a,
Channel b
)
Public Shared Operator = (
a As Channel,
b As Channel
) As Boolean
public:
static bool operator ==(
Channel^ a,
Channel^ b
)
static let inline (=)
a : Channel *
b : Channel : bool
Parameters
- a
- Type: TeamSpeak.Sdk.ClientChannel
The first Channel structure to compare. - b
- Type: TeamSpeak.Sdk.ClientChannel
The second Channel structure to compare.
Return Value
Type:
Booleantrue if the ID and Mode of a and b are equal; otherwise, false.
See Also