FDateTime::operator==

Compares this date with the given date for equality.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/DateTime.h"

Syntax

bool operator==
(
    const FDateTime & Other
) const

Remarks

Compares this date with the given date for equality.

Returns

true if the dates are equal, false otherwise.

Parameters

Parameter

Description

other

The date 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