LockName<T1, T2>.CompareTo Method
IComparable<ILockName>.CompareTo implementation
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As ILockName _
) As Integer
public int CompareTo(
ILockName other
)
public:
virtual int CompareTo(
ILockName^ other
) sealed
abstract CompareTo :
other:ILockName -> int
override CompareTo :
other:ILockName -> int
public final function CompareTo(
other : ILockName
) : int
Parameters
other
Type: Microsoft.TeamFoundation.Framework.Server.ILockNameThe ILockName to compare to
Return Value
Type: System.Int32
Integer comparison result
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.