isLocalUser

open fun isLocalUser(userUUID: String): Boolean

Returns a boolean indicating whether or not the userUUID passed in is the local user's UUID

Return

true if the uuid passed in belongs to the local user, false if not

Parameters

userUUID

UUID of the user to check against the local user