Operator operator >=
operator >=(SemanticVersion, SemanticVersion)
Determines whether the first specified SemanticVersion is greater than or equal to the second specified SemanticVersion.
public static bool operator >=(SemanticVersion a, SemanticVersion b)Parameters
- aSemanticVersion
- The first semantic version to compare, or null. 
- bSemanticVersion
- The second semantic version to compare, or null. 
Returns
- bool
- True if the value of a is greater than or equal to b; otherwise false.