Table of Contents

Operator operator !=

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

operator !=(CSemVerCI, CSemVerCI)

Compares two values to determine inequality.

public static bool operator !=(CSemVerCI left, CSemVerCI right)

Parameters

left CSemVerCI

The value to compare with right.

right CSemVerCI

The value to compare with left.

Returns

bool

true if left is not equal to right; otherwise, false.