DateEquals(Object) Method |
Compares this date to another object for equality.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic 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