Determines if the underlying system type of the current Type is the same as the underlying system type of the specified object.
- o
The object whose underlying system type is to be compared with the underlying system type of the current Type.
![]()
true if the underlying system type of o is the same as the underlying system type of the current Type; otherwise, false. This method also returns false if the object specified by the o parameter is not a Type.
This method overrides object.Equals(object).