Activity Forums Salesforce® Discussions What is equalsIgnoreCase in Salesforce?

  • Shweta

    Member
    May 5, 2020 at 6:36 am

    equalsIgnoreCase(secondString): It returns true if the secondString is not null and represents the same sequence of characters as the String that called the method, ignoring case. This method is not case-sensitive.

  • Anjali

    Member
    May 5, 2020 at 12:37 pm

    Use this method to compare a string to an object that represents a string or an ID. equalsIgnoreCase(secondString) Returns true if the secondString is not null and represents the same sequence of characters as the String that called the method, ignoring case.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos