public final class StringFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(String s1,
String s2)
Determines whether two specified String objects have the same value.
|
public static boolean equals(String s1, String s2)
s1 - the first string to compares2 - the second string to compareCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.