Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Interfaces > API/Runtime/Networking/Interfaces/IPv4 > API/Runtime/Networking/Interfaces/IPv4/FIPv4SubnetMask
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4SubnetMask.h |
| Include | #include "Interfaces/IPv4/IPv4SubnetMask.h" |
bool operator&61;&61;
&40;
const FIPv4SubnetMask & Other
&41; const
Remarks
Compares this subnet mask with the given mask for equality. true if the subnet masks are equal, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The subnet mask to compare with. |