Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Compare two objects?
Message
From
21/08/2006 14:34:03
 
 
To
21/08/2006 14:05:17
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01147379
Message ID:
01147387
Views:
19
Hi,


>I have a form that implements an Interface (IDataForm)
>In one of my command button class's I want to know if the form its on derives from this interface.
>
>loForm as Form
>loForm = me.getform()
>
>How do I check to see if loForm is IDataForm?
Pretty much like that. i.e.:
 if (loForm is IDataForm)
  {}
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform