MS.Win32.NativeMethods.HWND.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
            public static bool operator ==(HWND hl, HWND hr)
            {
                return hl.h == hr.h;
            }