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
other
HarpVersionThe HarpVersion with which to compare.
Returns
- bool
true if
other
matches against the current version; otherwise, false.