FDateTime::operator!=

Compares this date with the given date for inequality.

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 inequality.

Returns

true if the dates are not 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