equals static method

bool equals(
  1. String a,
  2. String b
)

Implementation

static bool equals(String a, String b) => a == b;