Class ArrayPropertyValue
- Namespace
- Jabra.NET.Sdk.Properties
- Assembly
- Jabra.NET.Sdk.Properties.dll
public class ArrayPropertyValue : PropertyValue, IEquatable<PropertyValue>, IEnumerable<PropertyValue>, IEnumerable
- Inheritance
-
ArrayPropertyValue
- Implements
- Inherited Members
Constructors
ArrayPropertyValue(params PropertyValue[])
public ArrayPropertyValue(params PropertyValue[] members)
Parameters
membersPropertyValue[]
ArrayPropertyValue(IReadOnlyList<PropertyValue>)
public ArrayPropertyValue(IReadOnlyList<PropertyValue> members)
Parameters
membersIReadOnlyList<PropertyValue>
Methods
Equals(ArrayPropertyValue?)
public bool Equals(ArrayPropertyValue? other)
Parameters
otherArrayPropertyValue
Returns
Equals(PropertyValue?)
public override bool Equals(PropertyValue? other)
Parameters
otherPropertyValue
Returns
GetEnumerator()
public IEnumerator<PropertyValue> GetEnumerator()
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()