ProjectConfiguration.ProjectConfigurationComparer.Compare Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
public int Compare (Microsoft.VisualStudio.Workspace.ProjectConfiguration? x, Microsoft.VisualStudio.Workspace.ProjectConfiguration? y);
abstract member Compare : Microsoft.VisualStudio.Workspace.ProjectConfiguration * Microsoft.VisualStudio.Workspace.ProjectConfiguration -> int
override this.Compare : Microsoft.VisualStudio.Workspace.ProjectConfiguration * Microsoft.VisualStudio.Workspace.ProjectConfiguration -> int
Public Function Compare (x As ProjectConfiguration, y As ProjectConfiguration) As Integer