Struct LabeledValueType
Assembly: WaaS.Core.dll
Declaration
public readonly struct LabeledValueType : IEquatable<LabeledValueType>
Implements:
System.IEquatable<WaaS.ComponentModel.Models.LabeledValueType>
Properties
Label
View Source
Declaration
public string Label { get; }
Type
View Source
Declaration
public IUnresolvedValueType Type { get; }
Methods
Equals(LabeledValueType)
Indicates whether the current object is equal to another object of the same type.
View Source
Declaration
public bool Equals(LabeledValueType other)