Table of Contents

Class BooleanPropertyValue

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

Constructors

BooleanPropertyValue(bool)

public BooleanPropertyValue(bool value)

Parameters

value bool

Properties

False

public static BooleanPropertyValue False { get; }

Property Value

BooleanPropertyValue

True

public static BooleanPropertyValue True { get; }

Property Value

BooleanPropertyValue

Value

public bool Value { get; }

Property Value

bool

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