LockName<T1, T2>.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
other
Type: Microsoft.TeamFoundation.Framework.Server.ILockNameThe 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.