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.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
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