Click or drag to resize

MemoryAddressEquals Method (StringAddress)

Determines whether the specified address equals the current address.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public override sealed bool Equals(
	StringAddress? address
)

Parameters

address
Type: Demo3D.PLC.CommsStringAddress
The address to compare.

Return Value

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