Table of Contents

Operator operator <=

Namespace
Ubiquity.NET.Versioning
Assembly
Ubiquity.NET.Versioning.dll

operator <=(CSemVer, CSemVer)

Compares two values to determine which is less or equal.

public static bool operator <=(CSemVer left, CSemVer right)

Parameters

left CSemVer

The value to compare with right.

right CSemVer

The value to compare with left.

Returns

bool

true if left is less than or equal to right; otherwise, false.