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