Rename `eq_ignore_case` to `starts_with_ignore_case` The method doesn't test for equality. It tests if the object starts with a given byte array, so its name is confusing.
Rename `eq_ignore_case` to `starts_with_ignore_case` The method doesn't test for equality. It tests if the object starts with a given byte array, so its name is confusing.