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+e1037fa8802b3ff162e26559d763b73334940b70
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