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
Valuestring
Properties
Empty
public static CapabilityKey Empty { get; }
Property Value
Value
public string Value { readonly get; set; }
Property Value
Methods
Equals(CapabilityKey)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(CapabilityKey other)
Parameters
otherCapabilityKeyAn object to compare with this object.
Returns
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()