EssentialsDateTime.op_Equality method

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

op_Equality(EssentialsDateTime, EssentialsDateTime)

Static

Gets whether the timestamps represented by two instances of EssentialsDateTime are equal.

public static bool op_Equality(EssentialsDateTime d1, EssentialsDateTime d2)

Parameters

The first instance of EssentialsDateTime.

The second instance of EssentialsDateTime.

Returns

true if the two instances represent the same date and time, otherwise false.