Backed out changes re: SafeEventHandle from HEVENT

pull/250/head
dahall 2021-05-24 12:11:55 -06:00
parent 62e2922e74
commit 04efba5ec1
1 changed files with 0 additions and 5 deletions

View File

@ -700,11 +700,6 @@ namespace Vanara.PInvoke
/// <returns>The result of the conversion.</returns>
public static implicit operator HEVENT(IntPtr h) => new HEVENT(h);
/// <summary>Performs an implicit conversion from <see cref="SafeEventHandle"/> to <see cref="HEVENT"/>.</summary>
/// <param name="h">The safe handle.</param>
/// <returns>The resulting <see cref="HEVENT"/> instance from the conversion.</returns>
public static implicit operator HEVENT(SafeEventHandle h) => h.DangerousGetHandle();
/// <summary>Implements the operator !=.</summary>
/// <param name="h1">The first handle.</param>
/// <param name="h2">The second handle.</param>