EssentialsDate.op_Inequality method

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

op_Inequality(EssentialsDate, EssentialsDate)

Static

Gets whether the dates represented by two instances of EssentialsDate are different from each other.

public static bool op_Inequality(EssentialsDate d1, EssentialsDate d2)

Parameters

The first instance of EssentialsDate.

The second instance of EssentialsDate.

Returns

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