AVCaptureTimecode.Equals Method
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.
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.