Class IntegerPropertyValue
- Namespace
- Jabra.NET.Sdk.Properties
- Assembly
- Jabra.NET.Sdk.Properties.dll
public class IntegerPropertyValue : PropertyValue, IEquatable<PropertyValue>
- Inheritance
-
IntegerPropertyValue
- Implements
- Inherited Members
Constructors
IntegerPropertyValue(int)
public IntegerPropertyValue(int value)
Parameters
value
int
Properties
Value
public int 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()