Show / Hide Table of Contents

Interface ISemVersionComparer

An interface that combines equality and order comparison for the SemVersion class.
Namespace: Semver.Comparers
Assembly: Semver.dll
Syntax
public interface ISemVersionComparer
Remarks
This interface provides a type for the PrecedenceComparer and SortOrderComparer so that separate properties aren't needed for the System.Collections.Generic.IEqualityComparer`1 and System.Collections.Generic.IComparer`1 of SemVersion.
In This Article
Back to top Generated by DocFX