EssentialsTime.op_Inequality method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

op_Inequality(EssentialsTime, EssentialsTime)

Static

Gets whether the timestamps represented by two instances of EssentialsTime are different from each other.

public static bool op_Inequality(EssentialsTime d1, EssentialsTime d2)

Parameters

The first instance of EssentialsTime.

The second instance of EssentialsTime.

Returns

true if the two instances represents a different date and time, otherwise false.