Click or drag to resize

AddressAreaCompareTo(AddressArea) Method

Compares two addressable areas.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public int CompareTo(
	AddressArea other
)

Parameters

other  AddressArea
The other area to compare.

Return Value

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