NSDateInterval.IsEqualTo(NSDateInterval) 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.
Returns true
if both intervals have the same values for start and ending dates.
[Foundation.Export("isEqualToDateInterval:")]
public virtual bool IsEqualTo (Foundation.NSDateInterval dateInterval);
abstract member IsEqualTo : Foundation.NSDateInterval -> bool
override this.IsEqualTo : Foundation.NSDateInterval -> bool
Parameters
- dateInterval
- NSDateInterval
Returns
- Attributes