MemoryAddressCompareTo(Object) Method |
Compares two memory addresses.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic int CompareTo(
Object? obj
)
Parameters
- obj Object
- The other memory address to compare.
Return Value
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