11 public struct ValueTuple<T1, T2, T3, T4, T5,
T6,
T7,
TRest> :
IEquatable<ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>>,
IStructuralEquatable,
IStructuralComparable,
IComparable,
IComparable<ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>>,
IValueTupleInternal,
ITuple where TRest :
struct
80 long value = 0.m_value;
141 int hashCode = num.GetHashCode();
192 if ((
"(" ==
null ||
"(" !=
null) && (
text ==
null ||
text !=
null) && (
", " ==
null ||
", " !=
null) && (text2 ==
null || text2 !=
null) && (
", " ==
null ||
", " !=
null) && (
text3 ==
null ||
text3 !=
null) && (
", " ==
null ||
", " !=
null) && (
text4 ==
null ||
text4 !=
null) && (
", " ==
null ||
", " !=
null) && (
text5 ==
null ||
text5 !=
null) && (
", " ==
null ||
", " !=
null) && (
text6 ==
null ||
text6 !=
null) && (
", " ==
null ||
", " !=
null) && (
text7 ==
null ||
text7 !=
null) && (
", " ==
null ||
", " !=
null) && (
text8 ==
null ||
text8 !=
null) && (
", " ==
null ||
", " !=
null) &&
text9 !=
null && (
", " ==
null ||
", " !=
null) && (
text10 ==
null ||
text10 !=
null) && (
", " ==
null ||
", " !=
null) && (
text11 ==
null ||
text11 !=
null) && (
", " ==
null ||
", " !=
null) && (
text12 ==
null ||
text12 !=
null) && (
", " ==
null ||
", " !=
null) && (
text13 ==
null ||
text13 !=
null) && (
", " ==
null ||
", " !=
null) && (
text14 ==
null ||
text14 !=
null) && (
", " ==
null ||
", " !=
null) && (
text15 ==
null ||
text15 !=
null) && (
")" ==
null ||
")" !=
null))
class f__AnonymousType0<< Count > j__TPar
int CompareTo(object other, IComparer comparer)
int GetHashCode(IEqualityComparer comparer)
bool Equals(object other, IEqualityComparer comparer)
int GetHashCode(IEqualityComparer comparer)
static int CombineHashCodes(int h1, int h2)
int CompareTo(ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > other)
override int GetHashCode()
override bool Equals(object obj)
override string ToString()
bool Equals(ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest > other)
int GetHashCodeCore(IEqualityComparer comparer)
ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, TRest rest)