Click or drag to resize

PropertyKeyInequality Operator

Implements the != operator.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool operator !=(
	PropertyKey key1,
	PropertyKey key2
)

Parameters

key1
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The key1.
key2
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The key2.

Return Value

Type: Boolean
The result of the operator.
See Also