Click or drag to resize

FileIdInfoLessThan Operator

Implements the operator <.

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 operand.
second
Type: Alphaleonis.Win32.FilesystemFileIdInfo
The second operand.

Return Value

Type: Boolean
The result of the operator.
See Also