FSlateBrush::operator==

Compares this brush with another for equality.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateBrush.h

Include

#include "Styling/SlateBrush.h"

Syntax

bool operator==
(
    const FSlateBrush & Other
) const

Remarks

Compares this brush with another for equality.

Returns

true if the two brushes are equal, false otherwise.

Parameters

Parameter

Description

Other

The other brush.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss