NSDate.IsEqualToDate(NSDate) Method

Definition

Compares two dates to determine if they are the same.

[Foundation.Export("isEqualToDate:")]
public virtual bool IsEqualToDate (Foundation.NSDate other);
abstract member IsEqualToDate : Foundation.NSDate -> bool
override this.IsEqualToDate : Foundation.NSDate -> bool

Parameters

other
NSDate

Date to compare to.

Returns

Attributes

Applies to