LocalDateTime.IsEqual(IChronoLocalDateTime) 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.
[Android.Runtime.Register("isEqual", "(Ljava/time/chrono/ChronoLocalDateTime;)Z", "", ApiSince=26)]
public bool IsEqual (Java.Time.Chrono.IChronoLocalDateTime? other);
[<Android.Runtime.Register("isEqual", "(Ljava/time/chrono/ChronoLocalDateTime;)Z", "", ApiSince=26)>]
abstract member IsEqual : Java.Time.Chrono.IChronoLocalDateTime -> bool
override this.IsEqual : Java.Time.Chrono.IChronoLocalDateTime -> bool
Parameters
- other
- IChronoLocalDateTime
Returns
Implements
- Attributes