FIPv4Address::operator==

Compares this IPv4 address with the given address for equality.

Choose your operating system:

Windows

macOS

Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4Address.h"

Syntax

bool operator==
(
    const FIPv4Address & Other
) const

Remarks

Compares this IPv4 address with the given address for equality.

Returns

true if the addresses are equal, false otherwise.

Parameters

Parameter

Description

Other

The address to compare with.