T
Tony Johansson
Hello!
If this statement below is to return true does this mean that object myObj
must have exactly the same type as MyClass.
I have tested this and for me it must be the same.
I just want to make sure with you that you agree with me?
If (myObj.GetType() == typeof(MyClass)
{
....
}
If this statement below is to return true does this mean that object myObj
must have exactly the same type as MyClass.
I have tested this and for me it must be the same.
I just want to make sure with you that you agree with me?
If (myObj.GetType() == typeof(MyClass)
{
....
}