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