Utils.stringsEqual

Overview | Methods | This Package | All 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