Click or drag to resize

AccessParametersEquals Method (Object)

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

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

Parameters

obj
Type: SystemObject
The object to compare.

Return Value

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