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

Party Header Functions 549
Control Functions
RvSipPartyIsEqual()
RvSipPartyIsEqual()
DESCRIPTION
Compares two Party headers. Party header parameters are considered equal if
their URIs match and their header parameters match in name and value.
Parameters names and token parameter values are compared ignoring case while
quoted-string parameter values are case-sensitive. The tag comparison is
performed if both header parameters have a tag value.
SYNTAX
RvBool RvSipPartyIsEqual(
const RvSipPartyHeaderHandle hHeader,
const RvSipPartyHeaderHandle hOtherHeader);
PARAMETERS
hHeader
The handle to the Party header.
hOtherHeader
The handle to the Party header with which a comparison is being made.
RETURN VALUES
Returns RV_TRUE if the Party headers being compared are equal. Otherwise
returns RV_FALSE.