Click or drag to resize

JointTargetInequality Operator

!= operator. Compares if two JointTarget differs from 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 differ from each other, else false.
See Also