NewAer
Allows NADevice objects to be sorted by DeviceType, then by connection status, then by signal strength
The stronger the signal the higher in the list it'll appear.
Items with the same signal strength are sorted by name.
Namespace: NewAer.SDKAssembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntaxpublic virtual int CompareTo(
Object obj
)
Public Overridable Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
)
abstract CompareTo :
obj : Object -> int
override CompareTo :
obj : Object -> int
Parameters
- obj
- Type: SystemObject
[Missing <param name="obj"/> documentation for "M:NewAer.SDK.NADevice.CompareTo(System.Object)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:NewAer.SDK.NADevice.CompareTo(System.Object)"]
Implements
IComparableCompareTo(Object)
See Also