Skip to content

operator==

Equality operator

Synopsis

Declared in <src/midend/astUtil/symbolicVal/SymbolicVal.h>

bool
operator==(
    SymbolicBound const& b1,
    SymbolicBound const& b2);

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

b1

The left operand

b2

The right operand

Created with MrDocs