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
Syntaxpublic override bool Equals(
Object? obj
)
Parameters
- obj
- Type: SystemObject
The object to compare.
Return Value
Type:
BooleanTrue if the specified access parameters are equal to the current access parameters
See Also