Click or drag to resize

PropertyDescriptionInequality 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 !=(
	PropertyDescription item1,
	PropertyDescription item2
)

Parameters

item1
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The item1.
item2
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The item2.

Return Value

Type: Boolean
The result of the operator.
See Also