ReversibleEqualityComparer<(Of <(<'T>)>)>..::..Equals Method

Determines whether the specified objects are equal.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool Equals(
	ValueTuple<T, T> x,
	ValueTuple<T, T> y
)
Public Function Equals ( _
	x As ValueTuple(Of T, T), _
	y As ValueTuple(Of T, T) _
) As Boolean

Parameters

x
Type: ValueTuple<(Of <(<'T, T>)>)>
The first object of type to compare.
y
Type: ValueTuple<(Of <(<'T, T>)>)>
The second object of type to compare.

Return Value

trueTruetruetrue (True in Visual Basic) if the specified objects are equal; otherwise, falseFalsefalsefalse (False in Visual Basic).