SECEditLineCol::operator>=

operator >=

Defined in: SECEditLineCol.cpp

Syntax

BOOL SECEditLineCol::operator>= (const SECEditLineCol& rhs) const;

BOOL SECEditLineCol::operator>= (const SECEditLineColPair& rhs) const;

Return Value

Returns the result of a comparison between this object's line and column members against those of the rhs member.

Parameters

rhs

The SECEditLineCol object to compare with this object.

rhs

The SECEditLineColPair object to compare with this object.

Comments

In this comparison between an SECEditLineCol and an SECEditLineColPair, the result is non-zero if this object's line/col is greater than or equal to the start member of the SECEditLineColPair.

See Also

SECEditLineCol SECEditLineColPair SECEditLineColPair::start SECEditLineColPair::end