OHyMoS.NET Class Library
OhTime.equals メソッド
Check whether the time difference between the current time point object and
anObj
is less than
anEps
.
現在の OhTimePointImmutable オブジェクトと
anObj
が 表わす時刻との時間差が
anEps
より小さいか (true)、そ うでないか (false) を返します。
public
bool
equals(
object
anObj
,
double
anEps
);
パラメータ
anObj
an
Object
value
anEps
a
double
value
戻り値
a
boolean
value
実装
IOhTimeImmutable.equals
参照
OhTime クラス
|
OhymosNet 名前空間