Comparing family types

Hello everyone!

I am a newbie in Dynamo. I am trying to find out if familyInstance type is equal to a certain familytype name. It seems like the list structure has been inhereted correctly, but the obviously equal values are not considered to be equal by Dynamo. The list supposed to look like

false
true
true
false
false
false…

Any help appriciated :smiley:

The easiest solution is to compare type names so you can avoid object comparators.
Get the names from the types and compare them.

1 Like

Blockquote
The easiest solution is to compare type names so you can avoid object comparators.
Get the names from the types and compare them.

Thanks a lot! I’ve been looking for a datatype converter, but it didn’t succed!

If someone has the same issue, note please, that i’ve got the number, which defining a TypeName, being in quotes.

2 Likes