C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Runtime.InteropServices
GCHandle Structure
GCHandle Methods
AddrOfPinnedObject Method
Alloc Method
Equals Method
Free Method
GetHashCode Method
GCHandle
Equals Method
Determines whether the specified
GCHandle
object is equal to the current
GCHandle
object.
Namespace:
System.Runtime.InteropServices
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
override
bool
Equals
(
Object
o
)
Parameters
o
Type:
System
Object
The
GCHandle
object to compare with the current
GCHandle
object.
Return Value
Type:
Boolean
true if the specified
GCHandle
object is equal to the current
GCHandle
object; otherwise, false.
See Also
Reference
GCHandle Structure
System.Runtime.InteropServices Namespace