FVector3Inequality Operator

Return a value indicating whether values of two vectors are not equal.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static bool operator !=(
	FVector3 vectorA,
	FVector3 vectorB
)

Parameters

vectorA  FVector3
Reference to the first vector to compare.
vectorB  FVector3
Reference to the second vector to compare.

Return Value

Boolean
True if the two objects are substantially not equal in value. Otherwise, false.

See Also