Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Compares two workspace objects, first comparing the repository URLs, then comparing the workspace names, and finally comparing owners.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Private Function CompareTo ( _
obj As Object _
) As Integer Implements IComparable.CompareTo
int IComparable.CompareTo(
Object obj
)
private:
virtual int CompareTo(
Object^ obj
) sealed = IComparable::CompareTo
private abstract CompareTo :
obj:Object -> int
private override CompareTo :
obj:Object -> int
JScript does not support explicit interface implementations.
Parameters
- obj
Type: System.Object
The workspace to which this one will be compared.
Return Value
Type: System.Int32
-1, 0, 1 for this workspace being less than, equal to, or greater than the specified workspace, respectively.
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.