Indicates whether the given text, {0}, ends with the specified value, {1}. The indication is case-sensitive. {2} is a Comparer ...

Indicates whether the given text, {0}, ends with the specified value, {1}. The indication is case-sensitive. 
    
      
{2} is a Comparer which is used to control the comparison. Comparers can be used to provide case insensitive or culture and locale aware comparisons.
The following built in comparers are available in the formula language:
  • Comparer.Ordinal: Used to perform an exact ordinal comparison
  • Comparer.OrdinalIgnoreCase: Used to perform an exact ordinal case-insensitive comparison
  • Comparer.FromCulture: Used to perform a culture aware comparison