Method Satisfies
Satisfies(HarpVersion)
Returns whether the specified version matches the current version, taking into account compatible floating ranges.
public bool Satisfies(HarpVersion other)
Parameters
otherHarpVersionThe HarpVersion with which to compare.
Returns
- bool
true if
othermatches against the current version; otherwise, false.