InternalSIPAddressExContactCompare Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static bool ContactCompare(
SIPAddress address,
SIPAddress other
)
Public Shared Function ContactCompare (
address As SIPAddress,
other As SIPAddress
) As Boolean
public:
static bool ContactCompare(
SIPAddress^ address,
SIPAddress^ other
)
static member ContactCompare :
address : SIPAddress *
other : SIPAddress -> bool
Parameters
- address
- Type: Ozeki.VoIPSIPAddress
- other
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
Boolean
See Also