Click or drag to resize

CreateShellCommandOptionsCommandNameComparer Property

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public IEqualityComparer<string> CommandNameComparer { get; set; }

Property Value

Type: IEqualityComparerString
The IEqualityComparerT used to compare command names. The default value is OrdinalIgnoreCase.
See Also