TRangeBound::operator!=

Compares this range with the specified bound for inequality.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/RangeBound.h

Include

#include "Math/RangeBound.h"

Syntax

bool operator!=
(
    const TRangeBound & Other
) const

Remarks

Compares this range with the specified bound for inequality.

Returns

true if the bounds are not equal, false otherwise.

Parameters

Parameter

Description

Other

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