FilePath.

Equals(FilePath) Method

Summary

Determines wheter two FilePath instances are equal.
Namespace
Cake.Core.IO
Containing Type
FilePath

Syntax

public bool Equals(FilePath other)

Parameters

Name Type Description
other FilePath the FilePath to compare.

Return Value

Type Description
bool True if other is equal to current object, False otherwise.