Compares this TimeOfDay to another.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public int CompareTo( TimeOfDay other ) |
| Visual Basic (Declaration) |
|---|
Public Function CompareTo ( _ other As TimeOfDay _ ) As Integer |
Parameters
- other
- Type: Mindscape.WpfElements..::.TimeOfDay
The TimeOfDay to compare against.