Table of Contents

Class NumberPropertyValue

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

Constructors

NumberPropertyValue(double)

public NumberPropertyValue(double value)

Parameters

value double

Properties

Value

public double Value { get; }

Property Value

double

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