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