PathComparer.

PathComparer(bool) Constructor

Summary

Initializes a new instance of the PathComparer class.
Namespace
Cake.Core.IO
Containing Type
PathComparer

Syntax

public PathComparer(bool isCaseSensitive)

Parameters

Name Type Description
isCaseSensitive bool if set to true, comparison is case sensitive.

Return Value

Type Description
void