Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB enum and C# evaluation
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
VB enum and C# evaluation
Miscellaneous
Thread ID:
00901722
Message ID:
00901722
Views:
51
Hi,

I created an enum structure in vb.net
Public Enum PDFJobStatus
Success = 0
Pending = 1
Failed = 1
End Enum

and in c# i compare (convStatus==PDFJobStatus.Pending)

Well it return false even when convStatus has Pending value.

Any ideas how to evaluate this?
Thanks,

Vlad
Next
Reply
Map
View

Click here to load this message in the networking platform