FVector3Equals(FVector3) Method

Return a value indicating whether the properties of another vector are equal to this one.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public bool Equals(
	FVector3 value
)

Parameters

value  FVector3
Reference to the value to compare.

Return Value

Boolean
True if the properties in the other object are the same as this one. Otherwise, false.

See Also