Click or drag to resize

RobTargetEquality Operator

== operator. Compares if two RobTarget are equal to each other.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public static bool operator ==(
	RobTarget a,
	RobTarget b
)

Parameters

a
Type: ABB.Robotics.Controllers.RapidDomainRobTarget
First RobTarget
b
Type: ABB.Robotics.Controllers.RapidDomainRobTarget
Second RobTarget

Return Value

Type: Boolean
true if the targets are equal, else false.
See Also