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