OHyMoS.NET Class Library

IOhTimePointImmutable.equals メソッド 

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

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'

bool equals(
   object aObj,
   double aEps
);

パラメータ

aObj
an Object value

比較するオブジェクト
aEps
a double value

指定する時間差

戻り値

a boolean value

参照

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