Equality operator

Synopsis

Declared in <llvm/IR/DebugInfo.h>

bool
operator==(
    VarRecord const& LHS,
    VarRecord const& RHS);

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

LHS

The left operand

RHS

The right operand

Created with MrDocs