Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/FEquirectProps > API/Runtime/Engine/Components/FEquirectProps/op_cmp_eq
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/StereoLayerComponent.h |
| Include | #include "Components/StereoLayerComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/StereoLayerComponent.cpp |
bool operator==
(
const FEquirectProps & Other
) const
Remarks
Compares two FEquirectProps for equality. true if the are equal, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The other FEquirectProps to compare with. |