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
Syntaxpublic bool Contains(
MemoryAddress other
)
Parameters
- other
- Type: Demo3D.PLC.CommsMemoryAddress
The address to compare.
Return Value
Type:
BooleanTrue if the current address contains the specified address.
See Also