Tests whether the authenticating user is followed by the user. You can specify the subject user instead of the authenticating user in the second argument.
isFollowing( $user_a [, $user_b = Authenticating_User ] )
The ID or screen name of the subject user.
The ID or screen name of the user to test for following.
Returns TRUE when user_a is following user_b.