FTimespan::operator==

Compare this time span with the given time span for equality.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Timespan.h

Include

#include "Misc/Timespan.h"

Syntax

bool operator==
(
    const FTimespan & Other
) const

Remarks

Compare this time span with the given time span for equality.

Returns

true if the time spans are equal, false otherwise.

Parameters

Parameter

Description

Other

The time span to compare with.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss