libpgplotxx.a (C++ interface to PGPLOT)

◆ operator==()

bool pgplot::operator== ( const Tlinestyle a,
const Tlinestyle b 
)
inline

compare for euqality

Definition at line 135 of file xpgplotxx.h.

136  { return(!(a!=b)); }