CapabilityId
USI.Core
Identifies a stable, simulator-neutral USI capability.
public struct CapabilityId : IEquatable<CapabilityId>Constructors
CapabilityId
public CapabilityId(string value)Properties
Value
public string Value { get; }Methods
Equals
public bool Equals(CapabilityId other)Equals
public bool Equals(object obj)GetHashCode
public int GetHashCode()ToString
public string ToString()