J
Jake Forson
Hi there,
Is there a syntactically cleaner way to do this:
if (!(MyObject is Whatever))
{
// ...
}
Thanks.
Is there a syntactically cleaner way to do this:
if (!(MyObject is Whatever))
{
// ...
}
Thanks.
