VideoFormatEquality Operator |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static bool operator ==(
VideoFormat first,
VideoFormat second
)
Public Shared Operator = (
first As VideoFormat,
second As VideoFormat
) As Boolean
public:
static bool operator ==(
VideoFormat^ first,
VideoFormat^ second
)
static let inline (=)
first : VideoFormat *
second : VideoFormat : bool
Parameters
- first
- Type: Ozeki.MediaVideoFormat
- second
- Type: Ozeki.MediaVideoFormat
Return Value
Type:
BooleanSee Also