PathComparer.

Equals(Path, Path) Method

Summary

Determines whether the specified Path instances are equal.
Namespace
Cake.Core.IO
Containing Type
PathComparer

Syntax

public bool Equals(Path x, Path y)

Parameters

Name Type Description
x Path The first Path to compare.
y Path The second Path to compare.

Return Value

Type Description
bool True if the specified Path instances are equal; otherwise, false.