Click or drag to resize

RobTargetInequality Operator

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