Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.1 DD-00006-011

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.