is Item Owner

fun <T : RefyItem> isItemOwner(item: T): Boolean

Function to get whether the current localUser is the owner of the specified item

Return

whether the current localUser is the owner of the specified item as boolean

Parameters

item

: the item to check whether the user is its owner