सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी दिए गए ऑब्जेक्ट के साथ स्ट्रिंग की समानता की जांच करता है. अगर टारगेट एक स्ट्रिंग है और लेक्सिकोग्राफ़िक रूप से रेफ़रंस के बराबर है, तो यह फ़ंक्शन true दिखाता है. ऐसा न होने पर, यह फ़ंक्शन false दिखाता है.
इस्तेमाल
रिटर्न
String.equals(target)
बूलियन
आर्ग्यूमेंट
टाइप
विवरण
यह: reference
स्ट्रिंग
यह स्ट्रिंग, समानता की तुलना करने के लिए होती है.
target
ऑब्जेक्ट
यह दूसरा ऑब्जेक्ट है जिसकी समानता की जांच करनी है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["The `equals()` method checks if a given string is lexicographically equal to another object."],["It returns `true` if the target object is a string and has the same characters in the same order as the reference string, otherwise it returns `false`."],["The method is case-sensitive, meaning \"Abies grandis\" is not equal to \"abies grandis\"."],["The `equals()` method can be used with both client-side (JavaScript) and server-side (Python) Earth Engine APIs."]]],[]]