Table of Contents

Operator operator <=

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

operator <=(HarpVersion, HarpVersion)

Determines whether the value on the left-hand side of the operator is less than or equal to the value on the right-hand side.

public static bool operator <=(HarpVersion lhs, HarpVersion rhs)

Parameters

lhs HarpVersion

The value on the left-hand side of the operator.

rhs HarpVersion

The value on the right-hand side of the operator.

Returns

bool

true if the value on the left-hand side of the operator is less than or equal to the value on the right-hand side; otherwise, false.