11 public struct ValueTuple<T1, T2, T3, T4, T5> :
IEquatable<ValueTuple<T1, T2, T3, T4, T5>>,
IStructuralEquatable,
IStructuralComparable,
IComparable,
IComparable<ValueTuple<T1, T2, T3, T4, T5>>,
IValueTupleInternal,
ITuple
71 long value = 0.m_value;
128 int hashCode = num.GetHashCode();
165 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) && (
text5 ==
null ||
text5 !=
null))
181 if ((
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))
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)
bool Equals(ValueTuple< T1, T2, T3, T4, T5 > other)
override int GetHashCode()
int CompareTo(ValueTuple< T1, T2, T3, T4, T5 > other)
override bool Equals(object obj)
override string ToString()
int GetHashCodeCore(IEqualityComparer comparer)
ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5)