OHyMoS.NET Class Library

OhTimePointImmutable.equals メソッド 

Tests if the class of the specified Object 'aObj' implements the OhTimePointImmutable interface and if the time differenc between the time point expressed by this object and the time point expressed by 'anObj' is less than 'anEps'

引数 'aObj' が OhTimePointImmutable インターフェースを実装 したクラスのオブジェクトであって、かつ、現在の オブジェクトとの時間差が 'aEps' より小さいかをテストします。

bool equals(
   object aObj,
   double aEps
);

パラメータ

aObj
an Object value
aEps
a double value

戻り値

a boolean value

参照

OhTimePointImmutable インターフェイス | OhymosNet 名前空間