Return true if LHS and RHS differ in length or element values.
Synopsis
Declared in <llvm/ADT/ArrayRef.h>
template<typename T>
bool
operator!=(
ArrayRef<T> LHS,
ArrayRef<T> RHS);
Return Value
true if the objects are not equal, false otherwise
Parameters
Name |
Description |
LHS |
The left operand |
RHS |
The right operand |
Created with MrDocs