Click or drag to resize

DateEquals(Object) Method

Compares this date to another object for equality.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public override bool Equals(
	Object? value
)

Parameters

value  Object
The other object.

Return Value

Boolean
if the other object is the same date as the instance.
See Also