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 সাইট নীতি দেখুন। 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."]]],["The provided content outlines six comparison operators. `COMPARISON_OPERATOR_UNSPECIFIED` indicates an unknown operator. `EQUAL` checks if values are identical. `GREATER_THAN` and `LESS_THAN` assess if a signal value is, respectively, larger or smaller than a comparison value. `GREATER_THAN_OR_EQUAL_TO` and `LESS_THAN_OR_EQUAL_TO` determine if the signal value is, respectively, larger or equal, or smaller or equal to the comparison value.\n"]]