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