Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TEnumAsByte
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
EnumType InValue |
Compares two enumeration values for equality. | Containers/EnumAsByte.h | |
bool operator==
(
TEnumAsByte InValue |
Compares two enumeration values for equality. | Containers/EnumAsByte.h |
operator==(EnumType)
Description
Compares two enumeration values for equality.
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h |
| Include Path | #include "Containers/EnumAsByte.h" |
bool operator==
(
EnumType InValue
) const
true if the two values are equal, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InValue | The value to compare with. |
operator==(TEnumAsByte)
Description
Compares two enumeration values for equality.
| Name | operator== |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/EnumAsByte.h |
| Include Path | #include "Containers/EnumAsByte.h" |
bool operator==
(
TEnumAsByte InValue
) const
true if the two values are equal, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InValue | The value to compare with. |