Summary
Compares two DirectoryPath and returns an indication of their relative sort order.
- Namespace
- Cake
.Core .IO - Containing Type
- DirectoryPath
Syntax
public int Compare(DirectoryPath x, DirectoryPath y)
Parameters
Name | Type | Description |
---|---|---|
x | DirectoryPath | The first Path to compare. |
y | DirectoryPath | The second Path to compare. |
Return Value
Type | Description | |||
---|---|---|---|---|
int | A signed integer that indicates the relative values of x and y.
|