FIPv4SubnetMask::operator==

Compares this subnet mask with the given mask for equality.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4SubnetMask.h"

Syntax

bool operator==
(
    const FIPv4SubnetMask & Other
) const

Remarks

Compares this subnet mask with the given mask for equality.

Returns

true if the subnet masks are equal, false otherwise.

Parameters

Parameter

Description

Other

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