Click or drag to resize

MemoryAddressCompareTo Method (Object)

Compares two memory addresses.

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

Parameters

obj
Type: SystemObject
The other memory address to compare.

Return Value

Type: Int32
A value that indicates the relative order of the addresses being compared. The return value has the following meanings: Less than zero means this address is lower in its address space than other. Greater than zero means that this address is higher in its address space than other.

Implements

IComparableCompareTo(Object)
See Also