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 compareselfagainst. Ifotheris a column, the comparison is performed pairwise between corresponding elements ofselfandother.locale: The locale to use for the case-insensitive comparison.