EssentialsDateTime.op_Inequality method
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Time |
|---|---|
| Assembly | Skybrud.Essentials.dll |
op_Inequality(EssentialsDateTime, EssentialsDateTime)
Static
Gets whether the timestamps represented by two instances of EssentialsDateTime are different from each other.
public static bool op_Inequality(EssentialsDateTime d1, EssentialsDateTime d2)
Returns
true if the two instances represents a different date and time, otherwise
false.