Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two IPv6 addresses are equal.
Syntax
BOOLEAN IN6_ADDR_EQUAL(
const IN6_ADDR *x,
const IN6_ADDR *y
);
Parameters
x
Type: CONST IN6_ADDR *
Pointer to the first address.
y
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 |