llvm::TrackingMDRef::operator==

Return true if both refs track the same metadata pointer.

Synopsis

Declared in <llvm/IR/TrackingMDRef.h>

bool
operator==(TrackingMDRef const& X) const;

Return Value

True if both track the same pointer.

Parameters

NameDescription
XOther reference to compare against.