FileSystemInfoEquality Operator |
Implements the operator ==
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static bool operator ==(
FileSystemInfo left,
FileSystemInfo right
)
Public Shared Operator = (
left As FileSystemInfo,
right As FileSystemInfo
) As Boolean
public:
static bool operator ==(
FileSystemInfo^ left,
FileSystemInfo^ right
)
static let inline (=)
left : FileSystemInfo *
right : FileSystemInfo : bool
Parameters
- left
- Type: Alphaleonis.Win32.FilesystemFileSystemInfo
A. - right
- Type: Alphaleonis.Win32.FilesystemFileSystemInfo
B.
Return Value
Type:
BooleanThe result of the operator.
See Also