Click or drag to resize
LocalDateEquals Method (LocalDate)
Determines if the value is equal to this instance.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public bool Equals(
	LocalDate other
)

Parameters

other
Type: DseLocalDate

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also