Click or drag to resize
NADeviceCompareTo Method
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.SDK
Assembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntax
public virtual int CompareTo(
	Object obj
)

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