Share via


AVCaptureTimecode.Inequality(AVCaptureTimecode, AVCaptureTimecode) Operator

Definition

Determines whether two timecode instances are not equal.

public static bool operator !=(AVFoundation.AVCaptureTimecode left, AVFoundation.AVCaptureTimecode right);
static member op_Inequality : 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 not equal; otherwise, false.

Applies to