Share via


AVCaptureTimecode.Equality(AVCaptureTimecode, AVCaptureTimecode) Operator

Definition

Determines whether two timecode instances are equal.

public static bool operator ==(AVFoundation.AVCaptureTimecode left, AVFoundation.AVCaptureTimecode right);
static member ( = ) : AVFoundation.AVCaptureTimecode * AVFoundation.AVCaptureTimecode -> bool

Parameters

left
AVCaptureTimecode

The first timecode to compare.

right
AVCaptureTimecode

The second timecode to compare.

Returns

True if the timecodes are equal; otherwise, false.

Applies to