Yes, but there are many ways to do this. But if you want to check if a tweet contains a hashtag you can do the following.
Linvi
if (tweet.Hashtags != null&& tweet.Hashtags.Any()) { // This tweet has a hashtag! }