SemanticVersion.Compare(SemanticVersion, SemanticVersion) 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.
Implement Compare.
public:
static int Compare(System::Management::Automation::SemanticVersion ^ versionA, System::Management::Automation::SemanticVersion ^ versionB);
public static int Compare (System.Management.Automation.SemanticVersion versionA, System.Management.Automation.SemanticVersion versionB);
static member Compare : System.Management.Automation.SemanticVersion * System.Management.Automation.SemanticVersion -> int
Public Shared Function Compare (versionA As SemanticVersion, versionB As SemanticVersion) As Integer
Parameters
- versionA
- SemanticVersion
- versionB
- SemanticVersion