Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft