Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
IEquatable<ILockName>.Equals implementation
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function Equals ( _
    other As ILockName _
) As Boolean
public bool Equals(
    ILockName other
)
public:
virtual bool Equals(
    ILockName^ other
) sealed
abstract Equals : 
        other:ILockName -> bool  
override Equals : 
        other:ILockName -> bool
public final function Equals(
    other : ILockName
) : boolean
Parameters
- other 
 Type: Microsoft.TeamFoundation.Framework.Server.ILockName- The ILockName to compare to 
Return Value
Type: System.Boolean
True if the other ILockName is equivalent to this lock name
Implements
.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.