CheckinNoteFieldValue.CompareTo Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As CheckinNoteFieldValue _
) As Integer
public int CompareTo(
CheckinNoteFieldValue other
)
public:
virtual int CompareTo(
CheckinNoteFieldValue^ other
) sealed
abstract CompareTo :
other:CheckinNoteFieldValue -> int
override CompareTo :
other:CheckinNoteFieldValue -> int
public final function CompareTo(
other : CheckinNoteFieldValue
) : int
Parameters
Return Value
Type: System.Int32
Returns Int32.
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.