ValueTuple<T1, T2, T3, T4, T5, T6>::Equals Method (ValueTuple<T1, T2, T3, T4, T5, T6>)
Returns a value that indicates whether the current ValueTuple<T1, T2, T3, T4, T5, T6> instance is equal to a specified ValueTuple<T1, T2, T3, T4, T5, T6> instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
Return Value
Type: System::Booleantrue if the current instance is equal to the specified tuple; otherwise, false.
Implements
IEquatable<T>::Equals(T)The other argument is considered to be equal to the current instance under the following conditions:
Its components are of the same types as those of the current instance.
Its components are equal to those of the current instance. Equality is determined by the default equality comparer for each component.
.NET Framework
Available since 4.7
Available since 4.7
Show: