Click or drag to resize
GCHandleEquals 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#
public override bool Equals(
	Object o
)

Parameters

o
Type: SystemObject
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