Timestamped<T> public struct Timestamped<T> : IEquatable<Timestamped<T>> Documentation Code public DateTimeOffset Timestamp { get; } public T Value { get; } public Timestamped(T value, DateTimeOffset timestamp) public static bool op_Equality(Timestamped<T> first, Timestamped<T> second) public static bool op_Inequality(Timestamped<T> first, Timestamped<T> second) public bool Equals(Timestamped<T> other)