Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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,["Returns 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 | |"]]