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