NSDateInterval.IsEqualTo(NSDateInterval) Method

Definition

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

Applies to