Quantity public class Quantity Documentation Code public string Name { get; } public string TypeId { get; } public IEnumerable<Unit> Units { get; } public static Quantity ByTypeID(string typeId) public static bool op_Equality(Quantity lhs, Quantity rhs) public static bool op_Inequality(Quantity lhs, Quantity rhs)