 | SoundDeviceInequality 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 !=(
SoundDevice a,
SoundDevice b
)
Public Shared Operator <> (
a As SoundDevice,
b As SoundDevice
) As Boolean
public:
static bool operator !=(
SoundDevice a,
SoundDevice b
)
static let inline (<>)
a : SoundDevice *
b : SoundDevice : bool
Parameters
- a
- Type: TeamSpeak.Sdk.ClientSoundDevice
The first SoundDevice structure to compare. - b
- Type: TeamSpeak.Sdk.ClientSoundDevice
The second SoundDevice structure to compare.
Return Value
Type:
Booleantrue if the ID and Mode of a and b are different; otherwise, false.
See Also