Table of Contents

Class JsonPropertyValue

Namespace
Jabra.NET.Sdk.Properties
Assembly
Jabra.NET.Sdk.Properties.dll
public class JsonPropertyValue : PropertyValue, IEquatable<PropertyValue>
Inheritance
JsonPropertyValue
Implements
Inherited Members

Constructors

JsonPropertyValue(JsonNode)

public JsonPropertyValue(JsonNode value)

Parameters

value JsonNode

Properties

Value

public JsonNode Value { get; }

Property Value

JsonNode

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