Stay organized with collections
Save and categorize content based on your preferences.
Checks for string equality with a given object. Returns true if the target is a string and is lexicographically equal to the reference, or false otherwise.
[[["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."],[[["The `equals()` method checks if a given string is lexicographically equal to another object."],["It returns `true` if the target object is a string and has the same characters in the same order as the reference string, otherwise it returns `false`."],["The method is case-sensitive, meaning \"Abies grandis\" is not equal to \"abies grandis\"."],["The `equals()` method can be used with both client-side (JavaScript) and server-side (Python) Earth Engine APIs."]]],[]]