Table of Contents

Struct CapabilityKey

Namespace
Dynamicweb.CoreUI.CapabilityControl
Assembly
Dynamicweb.CoreUI.dll
public record struct CapabilityKey : IEquatable<CapabilityKey>
Implements
Inherited Members

Constructors

CapabilityKey(string)

public CapabilityKey(string Value)

Parameters

Value string

Properties

Empty

public static CapabilityKey Empty { get; }

Property Value

CapabilityKey

Value

public string Value { readonly get; set; }

Property Value

string

Methods

Equals(CapabilityKey)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(CapabilityKey other)

Parameters

other CapabilityKey

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

IsEmpty()

public readonly bool IsEmpty()

Returns

bool
To top