Click or drag to resize
ClientEquality Operator
Compares two Client for equality.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public static bool operator ==(
	Client a,
	Client b
)

Parameters

a
Type: TeamSpeak.Sdk.ClientClient
The first Client structure to compare.
b
Type: TeamSpeak.Sdk.ClientClient
The second Client structure to compare.

Return Value

Type: Boolean
true if the ID and Mode of a and b are equal; otherwise, false.
See Also