MemoryAddressOverlaps Method |
Determines whether the specified address overlaps the current address at any point.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic bool Overlaps(
MemoryAddress other
)
Parameters
- other
- Type: Demo3D.PLC.CommsMemoryAddress
The address to compare.
Return Value
Type:
BooleanTrue if the specified address overlaps the current address at any point.
See Also