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
Return Value
Type | Description |
---|---|
bool |
True if the specified Path instances are equal; otherwise, false.
|