Class ObjectProperty
- Namespace
- Jabra.NET.Sdk.Properties
- Assembly
- Jabra.NET.Sdk.Properties.dll
public class ObjectProperty : IEquatable<ObjectProperty>
- Inheritance
-
ObjectProperty
- Implements
-
- Inherited Members
-
Constructors
ObjectProperty(string, PropertyValue)
public ObjectProperty(string name, PropertyValue value)
Parameters
name
string
value
PropertyValue
Properties
Name
public string Name { get; }
Property Value
- string
Value
public PropertyValue Value { get; }
Property Value
- PropertyValue
Methods
Equals(ObjectProperty?)
public bool Equals(ObjectProperty? other)
Parameters
other
ObjectProperty
Returns
- bool
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int