llvm::object::SectionRef::operator!=

True if this section refers to a different entry than Other.

Synopsis

Declared in <llvm/Object/ObjectFile.h>

bool
operator!=(SectionRef const& Other) const;

Return Value

True if the sections refer to different entries.

Parameters

NameDescription
OtherSection to compare against.