Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Interfaces > API/Runtime/Networking/Interfaces/IPv4 > API/Runtime/Networking/Interfaces/IPv4/FIPv4Endpoint
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h |
| Include | #include "Interfaces/IPv4/IPv4Endpoint.h" |
bool operator==
(
const FIPv4Endpoint & Other
) const
Remarks
Compares this IPv4 endpoint with the given endpoint for equality. true if the endpoints are equal, false otherwise.
Parameters
| Name | Description |
|---|---|
| Other | The endpoint to compare with. |