Struct

SimulatorProviderId

USI.Core

Stable, extensible identity for a simulator provider. Provider IDs are lowercase dotted names so third-party providers can be added without a new USI release or a change to a closed enumeration.

public struct SimulatorProviderId : IEquatable<SimulatorProviderId>

Constructors

SimulatorProviderId

public SimulatorProviderId(string value)

Properties

IsEmpty

public bool IsEmpty { get; }

Value

public string Value { get; }

Methods

Equals

public bool Equals(object obj)

Equals

public bool Equals(SimulatorProviderId other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()