https://learn.microsoft.com/en-us/dotnet/api/system.valuetuple.compareto?view=netframework-4.8.1&viewFallbackFrom=netcore-2.0
ValueTuple.CompareTo(ValueTuple) Method (System) | Microsoft Learn
Compares the current ValueTuple instance to a specified ValueTuple instance.
comparetomethodsystemmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.valuetuple?view=netframework-4.8.1&viewFallbackFrom=net-5.0
ValueTuple Struct (System) | Microsoft Learn
Provides static methods for creating value tuples.
structsystemmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.valuetuple.system-icomparable-compareto?view=netcore-2.0
ValueTuple.IComparable.CompareTo(Object) Method (System) | Microsoft Learn
Compares this ValueTuple instance with a specified object and returns an indication of their relative values.
comparetoobjectmethodsystemmicrosoft