Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.2 DD-00006-012

8.2.5 Comparison Operators

bool operator==(const triplex<T>& o) const; 
bool operator!=(const triplex<T>& o) const;

These operators check the equality or inequality of the current triplex object to another triplex object.