$isDirectOwnerOfUser

Examines if the current user is the direct owner of the named user.
Syntax
    $isDirectOwnerOfUser{username}
DocumentationExamines if the current user is the direct owner of the named user:

    Parameters:
      username, the name of the user to examine if the current user is the direct owner of.
    Returns:
      1 if and only if the current user is the direct owner of the named user; 0 otherwise.
Examples
    $switchUser{guest}{guest}
      {
      $isDirectOwnerOfUser{admin}
      }

    Result:
    if user "guest" with the password "guest" is not a direct owner of the user "admin":
    0
    if user "guest" with the password "guest" is a direct owner of the user "admin":
    1
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1