Package com.amilesend.onedrive.resource
Class ResourceHelper
java.lang.Object
com.amilesend.onedrive.resource.ResourceHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
objectDefinedEquals
(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:
true
if both objects are defined (notnull
); else,false
-