Click or drag to resize

CodecInfoEquals(Object) Method

Determines whether the specified Object is equal to the current Object.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare

Return Value

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