ShortcutFileInfoEquality Operator

Determines whether the specified ShortcutFileInfo instances are equal.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool operator ==(
	ShortcutFileInfo first,
	ShortcutFileInfo second
)

Parameters

first  ShortcutFileInfo
The first ShortcutFileInfo to compare.
second  ShortcutFileInfo
The second ShortcutFileInfo to compare.

Return Value

Boolean
if the ShortcutFileInfo instances are considered equal; otherwise, .

See Also