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
Methods
Equals(PropertyValue?)
public override bool Equals(PropertyValue? other)
Parameters
other
PropertyValue
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()