Click or drag to resize
ClientEquals Method (Client)
Indicates whether this instance and a another instance are equal.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public bool Equals(
	Client other
)

Parameters

other
Type: TeamSpeak.Sdk.ClientClient
Another instance to compare to.

Return Value

Type: Boolean
true if this and the other instance represent the same value; otherwise, false.

Implements

IEquatableTEquals(T)
See Also