ComparisonOperator
אופרטורים להשוואה שזמינים.
טיפוסים בני מנייה (enum) |
COMPARISON_OPERATOR_UNSPECIFIED |
מפעיל לא ידוע. |
EQUAL |
הערכים זהים. |
GREATER_THAN |
ערך האות גדול מערך ההשוואה. |
LESS_THAN |
ערך האות נמוך מהערך השני. |
GREATER_THAN_OR_EQUAL_TO |
ערך האות גדול מהערך השני או שווה לו. |
LESS_THAN_OR_EQUAL_TO |
ערך האות קטן מ-value_comparison או שווה לו. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-02-13 (שעון UTC).
[null,null,["עדכון אחרון: 2025-02-13 (שעון UTC)."],[[["Supported comparison operators include equal, greater than, less than, greater than or equal to, and less than or equal to."],["These operators are used to compare values within data, allowing for filtering and conditional logic."],["Each operator is represented by a specific enum value for use in code and configurations."],["An `UNSPECIFIED` enum exists for unknown or undefined comparison operations."]]],[]]