MemoryAddressCompareTo Method (MemoryAddress) |
Compares two memory addresses.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic virtual int CompareTo(
MemoryAddress? other
)
Parameters
- other
- Type: Demo3D.PLC.CommsMemoryAddress
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
IComparableTCompareTo(T)
See Also