Click or drag to resize

MemoryAddressEquals Method (MemoryAddress)

Determines whether the specified address equals the current address.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public bool Equals(
	MemoryAddress? other
)

Parameters

other
Type: Demo3D.PLC.CommsMemoryAddress
The address to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also