TimeBase.Equals Method
Determines whether the specified Object is equal to this instance.
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public override bool Equals(
Object? obj
)
Parameters
obj |
Type: System.Object |
Return Value
Type: Boolean
true if the specified Object is equal to this instance; otherwise,
false.