Table of Contents

Class DeviceId

Namespace
Jabra.NET.Sdk.Core
Assembly
Jabra.NET.Sdk.dll

The identifier of a single IDevice.

public sealed class DeviceId : IDeviceId, IEquatable<DeviceId>, IEquatable<IDeviceId>
Inheritance
DeviceId
Implements
Inherited Members

Properties

Id

public string Id { get; }

Property Value

string

The ID of the device.

Methods

Equals(DeviceId?)

Compares two IDs to verify whether or not they point at the same device.

public bool Equals(DeviceId? other)

Parameters

other DeviceId

The other DeviceId that you want to compare this one to.

Returns

bool

true if the two IDs point at the same device.

Equals(IDeviceId)

public bool Equals(IDeviceId other)

Parameters

other IDeviceId

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(DeviceId, DeviceId)

public static bool operator ==(DeviceId a, DeviceId b)

Parameters

a DeviceId
b DeviceId

Returns

bool

operator !=(DeviceId, DeviceId)

public static bool operator !=(DeviceId a, DeviceId b)

Parameters

a DeviceId
b DeviceId

Returns

bool