Click or drag to resize
SIPAccountEquals Method
Compares two SIP accounts

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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