SECEditLineColPair::operator<=
operator <=
Defined in: SECEditLineCol.cpp
Syntax
BOOL SECEditLineColPair::operator<= (const SECEditLineColPair& rhs) const;BOOL SECEditLineColPair::operator<= (const SECEditLineCol& rhs) const;
Return Value
Returns the result of a comparison between this object and rhs.
Parameters
rhs
The SECEditLineColPair object to compare with this object.
rhs
The SECEditLineCol object to compare with this object.
Comments
For a comparison with an SECEditLineColPair, the expression (*this < rhs || *this == rhs) is evaluated.For a comparison with an SECEditLineCol, the expression (rhs >= *this) is evaulated.
See Also
SECEditLineColPair SECEditLineColstartend