Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Address.h |
Include |
#include "Interfaces/IPv4/IPv4Address.h" |
bool operator!=
(
const FIPv4Address & Other
) const
Compares this IPv4 address with the given address for inequality.
true if the addresses are not equal, false otherwise.
Parameter |
Description |
---|---|
Other |
The address to compare with. |