Summary
Compares two PVCS command arguments based on their position.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSCommandArgument
Syntax
public int CompareTo(Object o)
Parameters
| Name | Type | Description |
|---|---|---|
| o | Object | The PVCS command argument to compare to this. |
Return Value
| Type | Description |
|---|---|
| int | Less than zero if this instance is less than o. Zero if this instance is equal to o. Greater than zero if this instance is greater than o. |
