ComparisonOperator
এনামস |
---|
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 এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 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."]]],[]]