ReversibleStringEqualityComparer..::..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<string, string> x,
	ValueTuple<string, string> y
)
Public Function Equals ( _
	x As ValueTuple(Of String, String), _
	y As ValueTuple(Of String, String) _
) As Boolean

Parameters

x
Type: ValueTuple<(Of <(<'String, String>)>)>
The first object of type to compare.
y
Type: ValueTuple<(Of <(<'String, String>)>)>
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).