GCHandle.Equals Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified GCHandle object is equal to the current GCHandle object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- o
- Type: System.Object
The GCHandle object to compare with the current GCHandle object.
Return Value
Type: System.Booleantrue if the specified GCHandle object is equal to the current GCHandle object; otherwise, false.
Show: