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