Click or drag to resize

AddressAreaCompareTo(Object) Method

Compares two addressable areas.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public int CompareTo(
	Object? obj
)

Parameters

obj  Object
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

IComparableCompareTo(Object)
See Also