NAnt SDK Documentation - v0.92

CopyTask.FileOperation.Comparer Property

Gets or sets the string comparer to use when comparing the source path to the target path.

[Visual Basic]
Public Property Comparer As StringComparer
[C#]
public System.StringComparer Comparer {get; set;}

See Also

CopyTask.FileOperation Class | NAnt.Core.Tasks Namespace