Package com.atlassian.crowd.util
Class EqualityUtil
java.lang.Object
com.atlassian.crowd.util.EqualityUtil
-
Method Summary
-
Method Details
-
different
Returns true if the two input Strings are different values, where null and empty String are considered equal.The
remoteString
argument is filtered throughInternalEntityUtils.truncateValue(String)
before comparison.- Parameters:
remoteString
- remote directory valueinternalString
- internal directory value- Returns:
- true if the two input Strings are different values.
-