MemoryAddressEquals(MemoryAddress) Method |
Determines whether the specified address equals the current address.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic bool Equals(
MemoryAddress? other
)
Parameters
- other MemoryAddress
- The address to compare.
Return Value
BooleanTrue if the specified address equals the current address.
Implements
IEquatableTEquals(T)
See Also