Type Comparison
Posted: Tue Sep 16, 2008 6:32 pm
Hey guys,
Okay, I'm finding it hard to locate an operator or function to use to compare types. I have a function that can acquire any type that extends a structure I've defined, but it's also possible that this function may acquire a type it isn't set to deal with, as the values are passed from a C dll. How do I compare types to check they are compatible, before extracting data?
Thanks,
Okay, I'm finding it hard to locate an operator or function to use to compare types. I have a function that can acquire any type that extends a structure I've defined, but it's also possible that this function may acquire a type it isn't set to deal with, as the values are passed from a C dll. How do I compare types to check they are compatible, before extracting data?
Thanks,