IN6ADDR_ISEQUAL function (ws2ipdef.h)
Determines whether two IPv6 addresses are equal.
Syntax
BOOLEAN IN6ADDR_ISEQUAL(
const SOCKADDR_IN6 *a,
const SOCKADDR_IN6 *b
);
Parameters
a
Type: CONST IN6_ADDR *
Pointer to the first address.
b
Type: CONST IN6_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 | ws2ipdef.h |