NSDate.IsEqualToDate(NSDate) 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.
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