16 references to ValueTuple
aspire (1)
Aspire.Hosting.Azure.AppContainers (1)
Microsoft.Extensions.Telemetry.Tests (1)
Microsoft.Maui.Controls (1)
mscorlib (1)
netstandard (1)
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ValueTuple.cs (8)
1534: IEquatable<ValueTuple<T1, T2, T3, T4, T5, T6, T7>>, IStructuralEquatable, IStructuralComparable, IComparable, IComparable<ValueTuple<T1, T2, T3, T4, T5, T6, T7>>, IValueTupleInternal, ITuple
1601return obj is ValueTuple<T1, T2, T3, T4, T5, T6, T7> tuple && Equals(tuple);
1614public bool Equals(ValueTuple<T1, T2, T3, T4, T5, T6, T7> other)
1626other is ValueTuple<T1, T2, T3, T4, T5, T6, T7> vt &&
1639if (other is ValueTuple<T1, T2, T3, T4, T5, T6, T7> objTuple)
1658public int CompareTo(ValueTuple<T1, T2, T3, T4, T5, T6, T7> other)
1685if (other is ValueTuple<T1, T2, T3, T4, T5, T6, T7> objTuple)
System.Runtime (1)
System.ValueTuple (1)