IdentityDescriptorComparer.Equals Method (IdentityDescriptor, IdentityDescriptor)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function Equals ( _
x As IdentityDescriptor, _
y As IdentityDescriptor _
) As Boolean
public bool Equals(
IdentityDescriptor x,
IdentityDescriptor y
)
public:
virtual bool Equals(
IdentityDescriptor^ x,
IdentityDescriptor^ y
) sealed
abstract Equals :
x:IdentityDescriptor *
y:IdentityDescriptor -> bool
override Equals :
x:IdentityDescriptor *
y:IdentityDescriptor -> bool
public final function Equals(
x : IdentityDescriptor,
y : IdentityDescriptor
) : boolean
Parameters
Return Value
Type: System.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.