ValueTuple::CompareTo Method (ValueTuple)
Compares the current ValueTuple instance with a specified object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- other
-
Type:
System::ValueTuple
The object to compare with the current instance.
Implements
IComparable<T>::CompareTo(T)| Exception | Condition |
|---|---|
| ArgumentException | other is not a ValueTuple instance. |
.NET Framework
Available since 4.7
Available since 4.7
Show: