ProjectConfiguration.ProjectConfigurationComparer Class
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.
Comparers for ProjectConfiguration instances.
public sealed class ProjectConfiguration.ProjectConfigurationComparer : System.Collections.Generic.IComparer<Microsoft.VisualStudio.Workspace.ProjectConfiguration>
type ProjectConfiguration.ProjectConfigurationComparer = class
interface IComparer<ProjectConfiguration>
Public NotInheritable Class ProjectConfiguration.ProjectConfigurationComparer
Implements IComparer(Of ProjectConfiguration)
- Inheritance
-
ProjectConfiguration.ProjectConfigurationComparer
- Implements
Fields
Default |
The default way to compare ProjectConfiguration instances. |
Methods
Compare(ProjectConfiguration, ProjectConfiguration) | Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. |