ComparisonOperator
Enums |
COMPARISON_OPERATOR_UNSPECIFIED |
ऑपरेटर की जानकारी नहीं है. |
EQUAL |
वैल्यू बराबर होती हैं. |
GREATER_THAN |
पहली वैल्यू, कंपैरिज़न वैल्यू से बड़ी है. |
LESS_THAN |
पहली वैल्यू, दूसरे वैल्यू से कम है. |
GREATER_THAN_OR_EQUAL_TO |
पहली वैल्यू, दूसरी वैल्यू से ज़्यादा या उसके बराबर है. |
LESS_THAN_OR_EQUAL_TO |
पहली वैल्यू, कंपैरिज़न वैल्यू से कम या उसके बराबर होती है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-06-11 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-06-11 (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."]]],[]]