Click or drag to resize

FileIdInfoEquality Operator

Indicates whether the values of two specified FileIdInfo objects are equal.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static bool operator ==(
	FileIdInfo first,
	FileIdInfo second
)

Parameters

first
Type: Alphaleonis.Win32.FilesystemFileIdInfo
The first object to compare.
second
Type: Alphaleonis.Win32.FilesystemFileIdInfo
The second object to compare.

Return Value

Type: Boolean
true if first and second are equal; otherwise, false.
See Also