IN4ADDR_ISEQUAL function (mstcpip.h)
Determines whether two IPv4 addresses are equal.
Syntax
MSTCPIP_INLINE BOOLEAN IN4ADDR_ISEQUAL(
const SOCKADDR_IN *a,
const SOCKADDR_IN *b
);
Parameters
a
Type: _In_ CONST IN_ADDR *
Pointer to the first address.
b
Type: _In_ CONST IN_ADDR *
Pointer to the second address.
Return value
true
if the two addresses arguments point to values that are equal; otherwise, false
.
Requirements
Requirement | Value |
---|---|
Header | mstcpip.h |