public final class EqualityUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
different(String remoteString,
String internalString)
Returns true if the two input Strings are different values, where null and empty String are considered equal.
|
public static boolean different(String remoteString, String internalString)
The remoteString
argument is filtered through InternalEntityUtils.truncateValue(String)
before comparison.
remoteString
- remote directory valueinternalString
- internal directory valueCopyright © 2021 Atlassian. All rights reserved.