Pair<TFirst, TSecond> public class Pair<TFirst, TSecond> : IEquatable<Pair<TFirst, TSecond>> Documentation public TFirst First { get; } public TSecond Second { get; } public Pair(TFirst first, TSecond second) public bool Equals(Pair<TFirst, TSecond> other)