SIPAddressPartiallyEquals Method |
Checks only the username and address without the parameteres.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool PartiallyEquals(
SIPAddress other
)
Public Function PartiallyEquals (
other As SIPAddress
) As Boolean
public:
bool PartiallyEquals(
SIPAddress^ other
)
member PartiallyEquals :
other : SIPAddress -> bool
Parameters
- other
- Type: Ozeki.VoIPSIPAddress
Return Value
Type:
BooleanSee Also