| CodecDescriptionEquals Method (CodecDescription) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic bool Equals(
	CodecDescription other
)
Public Function Equals ( 
	other As CodecDescription
) As Boolean
public:
virtual bool Equals(
	CodecDescription^ other
) sealed
abstract Equals : 
        other : CodecDescription -> bool 
override Equals : 
        other : CodecDescription -> bool Parameters
- other
 - Type: Ozeki.MediaCodecDescription
 
Return Value
Type: 
BooleanImplements
IEquatableTEquals(T)
See Also