|
3 |
edited tags
|
||
|
2 | added 185 characters in body | ||
How do I check for type equality in IronPython? I need the equivalent of the following C# code in IronPython:
or
|
||||
|
1 |
|
||
How do I check for type equality (is operator or x.GetType() == typeof(xType)) in IronPython?How do I check for type equality in IronPython? I need the equivalent of the following C# code in IronPython:
or
|
||||
