Click or drag to resize
Sandcastle Help File BuilderCommandLineArgumentMatchesSwitch Method
This is used to see if the argument matches the specified switch argument name.

Namespace: SandcastleBuilder.MicrosoftHelpViewer
Assembly: HelpLibraryManagerLauncher (in HelpLibraryManagerLauncher.exe) Version: 2014.11.22.0
Syntax
public bool MatchesSwitch(
	string argumentName
)

Parameters

argumentName
Type: SystemString
The switch argument name to match

Return Value

Type: Boolean
True if this option matches the given name, False if not.
See Also