Bridge

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

Determines whether the specified objects are equal.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[NameAttribute]
bool Equals(
	T x,
	T y
)
<NameAttribute> _
Function Equals ( _
	x As T, _
	y As T _
) As Boolean
[NameAttribute]
bool^ Equals(
	T x, 
	T y
)

Parameters

x
Type: T
The first object of type T to compare.
y
Type: T
The second object of type T to compare.

Return Value

true if the specified objects are equal; otherwise, false.