ComparisonOperator {rPDBapi} | R Documentation |
Constructs a ComparisonOperator object for search operations that perform comparison checks on attribute values.
ComparisonOperator(attribute, value, comparison_type)
attribute |
The attribute to be compared. |
value |
The value to compare against. |
comparison_type |
A string specifying the type of comparison (e.g., 'equal', 'greater_than'). |
An object of class 'ComparisonOperator'.