• Checks if the given data is a CommentWithVoteInfo 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 CommentWithVoteInfo

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