Checks if the given command is the 'empty' shell command.

Declaration Syntax
public static bool IsEmptyBitBucket(
string command
)
Public Shared Function IsEmptyBitBucket ( _
command As String _
) As Boolean
public:
static bool IsEmptyBitBucket(
String^ command
)

Parameters
- command (String)
- The command string to check.

Return Value
true if the given command is the 'empty' shell command;false otherwise
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)