Click or drag to resize
DtmfSignalEquals Method
Determines whether the specified DtmfSignal is equal to the current DtmfSignal.

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 object to compare with the current object.

Return Value

Type: Boolean
See Also