Operator operator ==
operator ==(SemanticVersion, SemanticVersion)
Determines whether two specified semantic versions have the same value.
public static bool operator ==(SemanticVersion a, SemanticVersion b)
Parameters
a
SemanticVersionThe first semantic version to compare, or null.
b
SemanticVersionThe second semantic version to compare, or null.
Returns
- bool
True if the value of a is the same as the value of b; otherwise false.