Determine if two version numbers are not equivalent.

Synopsis

Declared in <llvm/Support/VersionTuple.h>

bool
operator!=(
    VersionTuple const& X,
    VersionTuple const& Y);

Description

If not provided, minor and subminor version numbers are considered to be zero.

Return Value

true if the versions are not equivalent.

Parameters

Name

Description

X

Left‐hand version.

Y

Right‐hand version.

Created with MrDocs