ee.Algorithms.IsEqual
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zwraca informację, czy 2 obiekty są równe.
Wykorzystanie | Zwroty |
---|
ee.Algorithms.IsEqual(left, right) | Wartość logiczna |
Argument | Typ | Szczegóły |
---|
left | Obiekt, domyślnie: null | |
right | Obiekt, domyślnie: null | |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-27 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 | |"]]