Share via


AVCaptureTimecode.Equals Method

Definition

Overloads

Name Description
Equals(AVCaptureTimecode)

Determines whether this timecode is equal to another timecode.

Equals(Object)

Determines whether this timecode is equal to the specified object.

Equals(AVCaptureTimecode)

Determines whether this timecode is equal to another timecode.

public bool Equals(AVFoundation.AVCaptureTimecode other);
override this.Equals : AVFoundation.AVCaptureTimecode -> bool

Parameters

other
AVCaptureTimecode

The other timecode to compare with this timecode.

Returns

True if the timecodes are equal; otherwise, false.

Implements

Applies to

Equals(Object)

Determines whether this timecode is equal to the specified object.

public override bool Equals(object? obj);
override this.Equals : obj -> bool

Parameters

obj
Object

The object to compare with this timecode.

Returns

True if the specified object is equal to this timecode; otherwise, false.

Applies to