FIPv4Endpoint::operator==

Compares this IPv4 endpoint with the given endpoint for equality.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h

Include

#include "Interfaces/IPv4/IPv4Endpoint.h"

Syntax

bool operator==
(
    const FIPv4Endpoint & Other
) const

Remarks

Compares this IPv4 endpoint with the given endpoint for equality.

Returns

true if the endpoints are equal, false otherwise.

Parameters

Parameter

Description

Other

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