ValueTuple::Equals Method (ValueTuple)
Determines whether two ValueTuple instances are equal. This method always returns true.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- other
-
Type:
System::ValueTuple
The value tuple to compare with the current instance.
Implements
IEquatable<T>::Equals(T).NET Framework
Available since 4.7
Available since 4.7
Show: