Click or drag to resize

SIPAccountEquals Method

Compares two SIP accounts

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other SIP account

Return Value

Type: Boolean
Returns true if the two SIP accounts are the same, otherwise returns false.
See Also