matchByName abstract method

bool matchByName(
  1. String name
)

Returns true if the shells name matches the passed name. The comparison is case insensitive.

Implementation

bool matchByName(String name);