Table of Contents

Operator operator >=

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

operator >=(FileVersionQuad, FileVersionQuad)

Compares two values to determine which is greater or equal.

public static bool operator >=(FileVersionQuad left, FileVersionQuad right)

Parameters

left FileVersionQuad

The value to compare with right.

right FileVersionQuad

The value to compare with left.

Returns

bool

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