Struct CapabilitySetKey
- Namespace
- Dynamicweb.CoreUI.CapabilityControl
- Assembly
- Dynamicweb.CoreUI.dll
public record struct CapabilitySetKey : IEquatable<CapabilitySetKey>
- Implements
- Inherited Members
Constructors
CapabilitySetKey(string)
public CapabilitySetKey(string Value)
Parameters
Valuestring
Properties
Empty
public static CapabilitySetKey Empty { get; }
Property Value
Value
public string Value { readonly get; set; }
Property Value
Methods
Equals(CapabilitySetKey)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(CapabilitySetKey other)
Parameters
otherCapabilitySetKeyAn 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()