Skip to main content

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 compare self against. If other is a column, the comparison is performed pairwise between corresponding elements of self and other.
  • locale: The locale to use for the case-insensitive comparison.