Summary
Determines whether two
DirectoryPath
instances are equal.
- Namespace
- Cake
.Core .IO - Containing Type
- DirectoryPath
Syntax
public override bool Equals(object other)
Parameters
Name | Type | Description |
---|---|---|
other | object | the DirectoryPath to compare. |
Return Value
Type | Description |
---|---|
bool | True if other is equal to current object, False otherwise. |