Function
isGreaterOrEqual
Operator ">=".
isGreaterOrEqual(left, right [, prefix_order_tag])
isGreaterOrEqual(comparator)
Parameters
left
The first parameter.
right
The second parameter that is compared to left.
prefix_order_tag
Tag that specify whether prefixes are less or greater. (optional)
If omitted, the default tag is determined by DefaultPrefixOrder for the type of left.
comparator
A comparator.
Types: Lexical
Return Values
true if left is greater than or equal to right, false otherwise.
Remarks
Sequences are compared in lexicographical order.
SeqAn - Sequence Analysis Library - www.seqan.de