ValueTuple::Equals Method (ValueTuple)

 

Determines whether two ValueTuple instances are equal. This method always returns true.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual bool Equals(
	ValueTuple other
) sealed

Parameters

other
Type: System::ValueTuple

The value tuple to compare with the current instance.

Return Value

Type: System::Boolean

This method always returns true.

.NET Framework
Available since 4.7
Return to top
Show: