Click or drag to resize

MemoryAddressContains Method

Determines whether the current address contains the specified address.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public bool Contains(
	MemoryAddress other
)

Parameters

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

Return Value

Type: Boolean
True if the current address contains the specified address.
See Also