DB_Column.equals_ignore_case
equals_ignore_caseotherlocale
Group: Logical
Documentation
Element-wise case-insensitive text equality comparison.
Returns a column with results of comparing this column's elements against other
.
Arguments
other
: The value to compareself
against. Ifother
is a column, the comparison is performed pairwise between corresponding elements ofself
andother
.locale
: The locale to use for the case-insensitive comparison.