Index: Include/Classes/System/Runtime/InteropServices/GCHandle.ab
===================================================================
--- Include/Classes/System/Runtime/InteropServices/GCHandle.ab	(revision 203)
+++ Include/Classes/System/Runtime/InteropServices/GCHandle.ab	(revision 208)
@@ -46,5 +46,5 @@
 	End Function
 
-	Function Operator = (y As GCHandle) As Boolean
+	Function Operator == (y As GCHandle) As Boolean
 		Return Equals(y)
 	End Function
@@ -52,4 +52,8 @@
 	Function Operator <> (y As GCHandle) As Boolean
 		Return Not Equals(y)
+	End Function
+
+	Override Function ToString() As String
+		Return "System.Runtime.InteropServices.GCHandle"
 	End Function
 
