Click or drag to resize

FileIdInfoInequality Operator

Indicates whether the values of two specified FileIdInfo objects are not 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 not equal; otherwise, false.
See Also