halcheck 1.0
Loading...
Searching...
No Matches

◆ operator!=

bool operator!= ( const symbol & lhs,
const symbol & rhs )
friend

Determines if two symbols are not equal.

Parameters
lhs,rhsThe symbols to compare.
Return values
trueThe underlying strings of lhs and rhs are not equal.
falseThe underlying strings of lhs and rhs are equal.
Postcondition
x != y if and only if (const std::string &)x != (const std::string &)y