IEqualityComparer<(Of <(<'T>)>)>..::..Equals Method
Determines whether the specified objects are equal.
Namespace:
System.Collections.GenericAssembly: 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.