Table of Contents

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

int

Methods

Equals(PropertyValue?)

public override bool Equals(PropertyValue? other)

Parameters

other PropertyValue

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string