RelayEqualityComparer<T>.Equals Method (T, T)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function Equals ( _
x As T, _
y As T _
) As Boolean
public bool Equals(
T x,
T y
)
public:
virtual bool Equals(
T x,
T y
) sealed
abstract Equals :
x:'T *
y:'T -> bool
override Equals :
x:'T *
y:'T -> bool
public final function Equals(
x : T,
y : T
) : boolean
Parameters
- x
Type: T
- y
Type: T
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IEqualityComparer<T>.Equals(T, T)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.