Table of Contents

Class StringPropertyValue

Namespace
Jabra.NET.Sdk.Properties
Assembly
Jabra.NET.Sdk.Properties.dll
public class StringPropertyValue : PropertyValue, IEquatable<PropertyValue>
Inheritance
StringPropertyValue
Implements
Inherited Members

Constructors

StringPropertyValue(string)

public StringPropertyValue(string value)

Parameters

value string

Properties

Value

public string Value { get; }

Property Value

string

Methods

Equals(PropertyValue?)

public override bool Equals(PropertyValue? other)

Parameters

other PropertyValue

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string