Table of Contents

Class TransportId

Namespace
Jabra.NET.Sdk.Comm
Assembly
Jabra.NET.Sdk.dll
public class TransportId : IEquatable<TransportId>
Inheritance
TransportId
Implements
Inherited Members

Constructors

TransportId(string)

public TransportId(string value)

Parameters

value string

Properties

Value

public string Value { get; }

Property Value

string

Methods

Equals(TransportId?)

public bool Equals(TransportId? other)

Parameters

other TransportId

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