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
)
Public Shared Operator = (
first As FileIdInfo,
second As FileIdInfo
) As Boolean
public:
static bool operator ==(
FileIdInfo first,
FileIdInfo second
)
static let inline (=)
first : FileIdInfo *
second : FileIdInfo : bool
Parameters
- first
- Type: Alphaleonis.Win32.FilesystemFileIdInfo
The first object to compare. - second
- Type: Alphaleonis.Win32.FilesystemFileIdInfo
The second object to compare.
Return Value
Type:
Booleantrue if
first and
second are equal; otherwise, false.
See Also