RuntimeTypeHandle.Equals Method (RuntimeTypeHandle)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the specified RuntimeTypeHandle structure is equal to the current RuntimeTypeHandle structure.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- handle
- Type: System.RuntimeTypeHandle
The RuntimeTypeHandle structure to compare to the current instance.
Return Value
Type: System.Booleantrue if the value of handle is equal to the value of this instance; otherwise, false.
Show: