BookBackendSexpCompareKind
Description:
[ CCode ( cprefix = "E_BOOK_BACKEND_SEXP_COMPARE_KIND_" , has_type_id = false ) ]
[ Version ( since = "3.50" ) ]
public enum BookBackendSexpCompareKind
What compare function should be used when comparing two values.
Content:
Enum values:
- BEGINS_WITH - Check
whether a value begins with a string
- CONTAINS - Check whether a
value contains a string
- ENDS_WITH - Check whether a
value ends with a string
- IS - Check whether a value exactly
matches a string
- UNKNOWN - Unknown compare kind