Click or drag to resize

StringAddressEquals(Object) Method

Determines whether the specified address equals the current address.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public override sealed bool Equals(
	Object? obj
)

Parameters

obj  Object
The address to compare.

Return Value

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