IN4_ADDR_EQUAL function (mstcpip.h)

Determines whether two IPv4 addresses are equal.

Syntax

MSTCPIP_INLINE BOOLEAN IN4_ADDR_EQUAL(
  const IN_ADDR *a,
  const IN_ADDR *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