Click or drag to resize

PropertyKeyEquality Operator

Implements the == operator.

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

Parameters

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

Return Value

Type: Boolean
The result of the operator.
See Also