HP-UX C SIP Stack Message Layer Reference Guide (February 2008)

88 HP C SIP Stack Message Layer Reference Guide
Address Comparison Functions
RvSipAddrIsEqual()
RvSipAddrIsEqual()
DESCRIPTION
Compares two SIP addresses, as specified in RFC 2543.
SYNTAX
RvBool RvSipAddrIsEqual(
IN RvSipAddressHandle hAddress,
IN RvSipAddressHandle hOtherAddress);
PARAMETERS
hAddress
The handle to the first address.
hOtherAddress
The handle to the second address with which a comparison is being made.
RETURN VALUES
Returns RV_TRUE if the addresses are equal. Otherwise returns RV_FALSE.