method
eql?
v2_5_5 -
Show latest stable
- Class:
OpenSSL::BN
eql?(p1)public
Returns true only if obj is a OpenSSL::BN with the same value as bn. Contrast this with OpenSSL::BN#==, which performs type conversions.
eql?(p1)Returns true only if obj is a OpenSSL::BN with the same value as bn. Contrast this with OpenSSL::BN#==, which performs type conversions.