Click or drag to resize
IExtensionContainerContains Method
Determines whether the container contains the specified extension.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool Contains(
	ISIPExtension extension
)

Parameters

extension
Type: Ozeki.VoIPISIPExtension

Return Value

Type: Boolean
True if the container contains the extension; otherwise, false.
See Also