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
A comparison wth an SECEditLineColPair returns TRUE if the two objects are not identical.For a comparison with an SECEditLineCol, the result is TRUE if the SECEditLineCol is not contained within the SECEditLineColPair.
See Also
SECEditLineColPair SECEditLineColstartend