Table of Contents

Method Satisfies

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Satisfies(HarpVersion)

Returns whether the specified version matches the current version, taking into account compatible floating ranges.

public bool Satisfies(HarpVersion other)

Parameters

other HarpVersion

The HarpVersion with which to compare.

Returns

bool

true if other matches against the current version; otherwise, false.