AddressAreaCompareTo Method (AddressArea) |
Compares two addressable areas.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic int CompareTo(
AddressArea other
)
Parameters
- other
- Type: Demo3D.PLC.CommsAddressArea
The other area to compare.
Return Value
Type:
Int32
A value that indicates the relative order of the areas being compared. The
return value has the following meanings: Less than zero means this area is lower
in the address space than other. Greater than zero means that this area is
higher in the address space than other.
Implements
IComparableTCompareTo(T)
See Also