AddressAreaContains Method (AddressArea) |
Determines whether the current addressable area contains the specified addressable area.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic bool Contains(
AddressArea other
)
Parameters
- other
- Type: Demo3D.PLC.CommsAddressArea
The address to compare.
Return Value
Type:
BooleanTrue if the current addressable area contains the specified addressable area.
See Also