Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FTimespan
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Timespan.h |
Include | #include "Misc/Timespan.h" |
bool operator&61;&61;
&40;
const FTimespan & Other
&41; const
Remarks
Compare this time span with the given time span for equality. true if the time spans are equal, false otherwise.
Parameters
Name | Description |
---|---|
Other | The time span to compare with. |