FTimespan::operator==

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

Choose your operating system:

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.