Click or drag to resize

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
Syntax
C#
public bool Overlaps(
	MemoryAddress other
)

Parameters

other
Type: Demo3D.PLC.CommsMemoryAddress
The address to compare.

Return Value

Type: Boolean
True if the specified address overlaps the current address at any point.
See Also