EssentialsDate.Equals method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
Equals(EssentialsDate)
Gets whether this EssentialsDate equals the specified date
.
public bool Equals(EssentialsDate date)
Parameters
date
EssentialsDate
The date to compare.
Returns
Whether this EssentialsDate equals the specified date
.
Equals(object)
Virtual
Gets whether this EssentialsDate equals the specified obj
.
public virtual bool Equals(object obj)
Parameters
obj
Object
The object to compare.
Returns
Whether this EssentialsDate equals the specified obj
.