Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Interfaces > API/Runtime/Networking/Interfaces/IPv4 > API/Runtime/Networking/Interfaces/IPv4/FIPv4Subnet
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h |
| Include | #include "Interfaces/IPv4/IPv4Subnet.h" |
bool operator!=
(
const FIPv4Subnet & Other
) const
Remarks
Compares this IPv4 subnet descriptor with the given subnet for inequality. true if the subnets are not equal, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The subnet to compare with. |