Click or drag to resize

JointTargetEquality Operator

== operator. Compares if two JointTarget 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 ==(
	JointTarget a,
	JointTarget b
)

Parameters

a
Type: ABB.Robotics.Controllers.RapidDomainJointTarget
First JointTarget
b
Type: ABB.Robotics.Controllers.RapidDomainJointTarget
Second JointTarget

Return Value

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