AVCaptureTimecode.Equality(AVCaptureTimecode, AVCaptureTimecode) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.