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
- valuedouble
Properties
Value
public double Value { get; }Property Value
Methods
Equals(PropertyValue?)
public override bool Equals(PropertyValue? other)Parameters
- otherPropertyValue
Returns
GetHashCode()
public override int GetHashCode()Returns
ToString()
public override string ToString()