llvm::ImmutableList::operator==

Return true if this list is equal to L (same uniqued identity).

Synopsis

Declared in <llvm/ADT/ImmutableList.h>

bool
operator==(ImmutableList const& L) const;

Return Value

True if both lists share the same uniqued identity.

Parameters

NameDescription
LOther list to compare against.