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
if two version numbers are not equivalent.
Parameters
Name |
Description |
X |
The left operand |
Y |
The right operand |
Created with MrDocs