Click or drag to resize
Type.Equals Method
Overload List
  NameDescription
Public methodEquals(Object)
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Object.
(Overrides MemberInfo.Equals(Object).)
Public methodEquals(Type)
Determines if the underlying system type of the current Type is the same as the underlying system type of the specified Type.
Top
See Also