11 public struct ValueTuple<T1, T2, T3, T4> :
IEquatable<ValueTuple<T1, T2, T3, T4>>,
IStructuralEquatable,
IStructuralComparable,
IComparable,
IComparable<ValueTuple<T1, T2, T3, T4>>,
IValueTupleInternal,
ITuple
66 long value = 0.m_value;
118 if (this.
Item2 !=
null)
122 if (this.
Item3 !=
null)
157 if ((
"(" ==
null ||
"(" !=
null) && (
text ==
null ||
text !=
null) && (
", " ==
null ||
", " !=
null) && (text2 ==
null || text2 !=
null) && (
", " ==
null ||
", " !=
null))
160 if (item ==
null ||
item ==
null ||
item ==
null)
163 if (
", " ==
null ||
", " !=
null)
166 if (item2 ==
null ||
item2 ==
null ||
item2 ==
null)
169 if (
")" ==
null ||
")" !=
null)
184 if ((
text ==
null ||
text !=
null) && (
", " ==
null ||
", " !=
null) && (text2 ==
null || text2 !=
null) && (
", " ==
null ||
", " !=
null))
187 if (item ==
null ||
item ==
null ||
item ==
null)
190 if (
", " ==
null ||
", " !=
null)
193 if (item2 ==
null ||
item2 ==
null ||
item2 ==
null)
196 if (
")" ==
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)
override int GetHashCode()
override bool Equals(object obj)
bool Equals(ValueTuple< T1, T2, T3, T4 > other)
override string ToString()
int GetHashCodeCore(IEqualityComparer comparer)
int CompareTo(ValueTuple< T1, T2, T3, T4 > other)
ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4)