PowerTools PlusPak for Windows Forms 8.0J
等しくないか判定する演算子 オペレータ (DateTimeEx)

DateTimeEx。
DateTimeEx。
指定した 2 つの DateTimeEx インスタンスが等しくないかどうかを判断します。
構文
Public Operator <>( _
   ByVal d1 As DateTimeEx, _
   ByVal d2 As DateTimeEx _
) As Boolean
public bool operator !=( 
   DateTimeEx d1,
   DateTimeEx d2
)

パラメータ

d1
DateTimeEx。
d2
DateTimeEx。

戻り値の型

d1 と d2 が同じ日付と時刻を表さない場合は true。それ以外の場合は false。
プラットフォーム

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

参照

DateTimeEx クラス
DateTimeEx メンバ

Send Feedback