Share via


LockName<T>.Equals Method (ILockName)

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

Return Value

Type: System.Boolean
True if the other ILockName is equivalent to this lock name

Implements

IEquatable<T>.Equals(T)

.NET Framework Security

See Also

Reference

LockName<T> Class

Equals Overload

Microsoft.TeamFoundation.Framework.Server Namespace