Class ResourceHelper
java.lang.Object
com.amilesend.onedrive.resource.ResourceHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanobjectDefinedEquals(Object thisObj, Object thatObj) Used forequals()implementation to determine if a given object is mutually defined or not.
-
Method Details
-
objectDefinedEquals
Used forequals()implementation to determine if a given object is mutually defined or not.- Parameters:
thisObj- the base object to compare tothatObj- the object to compare with- Returns:
trueif both objects are defined (notnull); else,false
-