System.ValueTuple<T1, T2, T3>
public struct ValueTuple<T1, T2, T3> : IEquatable<ValueTuple<T1, T2, T3>>, IStructuralEquatable, IStructuralComparable, IComparable, IComparable<ValueTuple<T1, T2, T3>>, ITupleInternal
Represents a 3-tuple, or triple, as a value type.
The current ValueTuple<T, U, V> instance's first component.
The current ValueTuple<T, U, V> instance's second component.
The current ValueTuple<T, U, V> instance's third component.
Initializes a new instance of the ValueTuple<T, U, V> value type.
Compares this instance to a specified instance and returns an indication of their relative values.
Returns a value that indicates whether the current ValueTuple<T, U, V>
instance is equal to a specified ValueTuple<T, U, V>.