FileSystemInfoInequality Operator |
Implements the operator !=
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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