DateTimeParseContext.charEquals

Helper to compare two {@code char}. This uses {@link #isCaseSensitive()}.

@param ch1 the first character @param ch2 the second character @return true if equal

class DateTimeParseContext
bool
charEquals
(
char ch1
,
char ch2
)

Meta