Click or drag to resize

SIPAccountEquals Method

Compares two SIP accounts

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

Parameters

obj  Object
The other SIP account

Return Value

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