CommandOptionsCommandNameComparer Property

Gets or sets the IEqualityComparerT used to compare command names.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public IComparer<string> CommandNameComparer { get; set; }

Property Value

IComparerString
The IEqualityComparerT used to compare command names. The default value is OrdinalIgnoreCase.

See Also