Click or drag to resize

AccessParametersEquals Method (AccessParameters)

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

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

Parameters

other
Type: Demo3D.PLC.CommsAccessParameters
The object to compare.

Return Value

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

Implements

IEquatableTEquals(T)
See Also