equals static method

bool equals(
  1. Locale locale
)
  • return true if the current locale == the parameter

Implementation

static bool equals(Locale locale) => current == locale;