ee.Algorithms.IsEqual
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."],[[["Determines if two Earth Engine objects have the same value and are of the same type."],["Returns true if objects are equal, otherwise returns false."],["Takes two objects as input, `left` and `right`."],["Useful for comparison operations within Earth Engine scripts."]]],["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"]]