Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.stringsEqual
Compares two strings for equality.
Syntax
public static boolean stringsEqual( String left**, String** right )
Parameters
left
The left string to compare.
right
The right string to compare.
Return Value
Returns true if the strings are equal; otherwise, returns false. If either string is null, this method returns false.