• Checks if the given data is a CommentWithVoteTallies object (that is, a Comment object that includes VoteTallies), and sets the type as such if it passes.

    Parameters

    • data: any

      the object to check

    Returns data is CommentWithVoteTallies

    true if the object is a CommentWithVoteTallies, and false otherwise.