CodecDescriptionEquals(CodecDescription) Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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 CodecDescription
-
Return Value
Boolean
See Also