11 public struct ValueTuple<T1, T2, T3> :
IEquatable<ValueTuple<T1, T2, T3>>,
IStructuralEquatable,
IStructuralComparable,
IComparable,
IComparable<ValueTuple<T1, T2, T3>>,
IValueTupleInternal,
ITuple
63 long value = 0.m_value;
144 if ((
"(" ==
null ||
"(" !=
null) && (
", " ==
null ||
", " !=
null) && (
text ==
null ||
text !=
null) && (
", " ==
null ||
", " !=
null) && (text2 ==
null || text2 !=
null) && (
")" ==
null ||
")" !=
null))
156 if (num == 0 || (num != 0 && num == 0))
161 if ((
", " ==
null ||
", " !=
null) && (
text ==
null ||
text !=
null) && (
", " ==
null ||
", " !=
null) && (text2 ==
null || text2 !=
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)
override int GetHashCode()
override bool Equals(object obj)
override string ToString()
bool Equals(ValueTuple< T1, T2, T3 > other)
int CompareTo(ValueTuple< T1, T2, T3 > other)
ValueTuple(T1 item1, T2 item2, T3 item3)
int GetHashCodeCore(IEqualityComparer comparer)