Determines whether the specified Object is equal to the current Object.
Namespace:
ABB.Robotics.Controllers.RapidDomain
Assembly:
ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The Object to compare with the current Object.
Return Value
Type:
Booleantrue if the specified Object is equal to the current Object; otherwise,
false.
Exceptions See Also