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