AdvancedLauncher.Tools.Win32.User32.HWND.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(HWND lvalue, HWND rvalue)
        {
            return !(lvalue == rvalue);
        }