'Declaration Public Overloads Shared Function IsEqual( _ ByVal time1 As Date, _ ByVal time2 As Date _ ) As Boolean
'Declaration
Public Overloads Shared Function IsEqual( _ ByVal time1 As Date, _ ByVal time2 As Date _ ) As Boolean
'Usage Dim time1 As Date Dim time2 As Date Dim value As Boolean value = Utils.IsEqual(time1, time2)
'Usage
Dim time1 As Date Dim time2 As Date Dim value As Boolean value = Utils.IsEqual(time1, time2)
public static bool IsEqual( DateTime time1, DateTime time2 )
public: static bool IsEqual( DateTime time1, DateTime time2 )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Utils Class Utils Members Overload List