LocalDateTime.IsEqual(IChronoLocalDateTime) Method

Definition

Checks if this date-time is equal to the specified date-time.

[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

the other date-time to compare to, not null

Returns

true if this date-time is equal to the specified date-time

Implements

Attributes

Remarks

To be added.

Java reference for java.time.LocalDateTime.isEqual.

Applies to