diff --git a/PInvoke/Shared/Handles.cs b/PInvoke/Shared/Handles.cs index 6cd45a3a..5b3a2353 100644 --- a/PInvoke/Shared/Handles.cs +++ b/PInvoke/Shared/Handles.cs @@ -700,11 +700,6 @@ namespace Vanara.PInvoke /// The result of the conversion. public static implicit operator HEVENT(IntPtr h) => new HEVENT(h); - /// Performs an implicit conversion from to . - /// The safe handle. - /// The resulting instance from the conversion. - public static implicit operator HEVENT(SafeEventHandle h) => h.DangerousGetHandle(); - /// Implements the operator !=. /// The first handle. /// The second handle.