structures are "value types" and you cant use IS with them. It's like having an integer and trying to check to see if the integeger Is Nothing.... it just wont work

either make it a class instead of a structure, or write a function that'd check to see if the fields in the structure have their default values