Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Algorithms.IsEqual
Stay organized with collections
Save and categorize content based on your preferences.
Returns whether two objects are equal.
Usage | Returns | ee.Algorithms.IsEqual(left, right) | Boolean |
Argument | Type | Details | left | Object, default: null | |
right | Object, default: null | |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\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 | |"]]