إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Algorithms.IsEqual
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تعرض هذه الدالة ما إذا كان عنصران متساويين.
الاستخدام | المرتجعات |
---|
ee.Algorithms.IsEqual(left, right) | منطقي |
الوسيطة | النوع | التفاصيل |
---|
left | كائن، القيمة التلقائية: null | |
right | كائن، القيمة التلقائية: null | |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eDetermines if two Earth Engine objects have the same value and are of the same type.\u003c/p\u003e\n"],["\u003cp\u003eReturns true if objects are equal, otherwise returns false.\u003c/p\u003e\n"],["\u003cp\u003eTakes two objects as input, \u003ccode\u003eleft\u003c/code\u003e and \u003ccode\u003eright\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUseful for comparison operations within Earth Engine scripts.\u003c/p\u003e\n"]]],["The function `ee.Algorithms.IsEqual` determines if two objects are equal. It takes two arguments, `left` and `right`, both of which are objects and default to null. The function returns a Boolean value, indicating whether the two input objects are considered equal.\n"],null,["# ee.Algorithms.IsEqual\n\nReturns whether two objects are equal.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------|---------|\n| `ee.Algorithms.IsEqual(`*left* `, `*right*`)` | Boolean |\n\n| Argument | Type | Details |\n|----------|-----------------------|---------|\n| `left` | Object, default: null | |\n| `right` | Object, default: null | |"]]