Operator operator !=
operator !=(SemanticVersion, SemanticVersion)
Determines whether two specified semantic versions have different values.
Parameters
a
SemanticVersion The first semantic version to compare, or null.
b
SemanticVersion The second semantic version to compare, or null.
Returns
- bool
True if the value of a is different from the value of b; otherwise false.