Click or drag to resize
AudioFormatEquals Method
Determines whether the specified AudioFormat is equal to the current AudioFormat.

Namespace: Ozeki.Media
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
true if the specified AudioFormat is equal to the current AudioFormat; otherwise, false.
See Also