RemoteCodeContainer.CompareTo(RemoteCodeContainer) Method

Definition

Compares two instances of RemoteCodeContainer based on their LastAccessed timestamp.

public:
 virtual int CompareTo(Microsoft::VisualStudio::Shell::CodeContainerManagement::RemoteCodeContainer ^ other);
public int CompareTo (Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer other);
abstract member CompareTo : Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer -> int
override this.CompareTo : Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer -> int
Public Function CompareTo (other As RemoteCodeContainer) As Integer

Parameters

Returns

Implements

Applies to