FIntVector::operator==

Compares points for equality.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/IntVector.h

Include

#include "Math/IntVector.h"

Syntax

bool operator==
(
    const FIntVector & Other
) const

Remarks

Compares points for equality.

Returns

true if the points are equal, false otherwise..

Parameters

Parameter

Description

Other

The other int point being compared.