Compares this TimeOfDay to another.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public int CompareTo( TimeOfDay other ) |
| Visual Basic |
|---|
Public Function CompareTo ( _ other As TimeOfDay _ ) As Integer |
| Visual C++ |
|---|
public: virtual int CompareTo( TimeOfDay other ) sealed |
Parameters
- other
- Type: Mindscape.SilverlightElements..::..TimeOfDay
The TimeOfDay to compare against.