I have created a UserQueryand I have already made a UserCollection.
But I need to use the existingUserCollection to filter the data using the UserQuery.
Eg.
var filteredUserCollectionObj = userCollectionObj.Filter(userQueryObj);
Note: Above code is just for understanding purposes. Not existing in real world.