open fun isHolding(object: Any): Boolean
Checks whether or not the service reference has the given service object.
object - the service object, must not be null
Return
true if the service reference service object is equal to the given object, false otherwise.