Click or drag to resize

AccessParametersEquals(AccessParameters) Method

Determines whether the specified access parameters is equal to the current access parameters.

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

Parameters

other  AccessParameters
The object to compare.

Return Value

Boolean
True if the specified access parameters are equal to the current access parameters

Implements

IEquatableTEquals(T)
See Also