FIPv4Subnet::operator!=

Compares this IPv4 subnet descriptor with the given subnet for inequality.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4Subnet.h"

Syntax

bool operator!=
(
    const FIPv4Subnet & Other
) const

Remarks

Compares this IPv4 subnet descriptor with the given subnet for inequality.

Returns

true if the subnets are not equal, false otherwise.

Parameters

Parameter

Description

Other

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