Click or drag to resize

Win32WindowInequality Operator

Implements the != operator.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static bool operator !=(
	Win32Window item1,
	Win32Window item2
)

Parameters

item1
Type: ShellBoost.Core.UtilitiesWin32Window
The item1.
item2
Type: ShellBoost.Core.UtilitiesWin32Window
The item2.

Return Value

Type: Boolean
The result of the operator.
See Also