Click or drag to resize
CodecInfoEquals Method (Object)
Determines whether the specified Object is equal to the current Object.

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

Return Value

Type: Boolean
true if the parameter object is equal to the current object, otherwise false
See Also