- cmp(other) -> -1 | 0 | 1[permalink][rdoc][edit]
- self <=> other -> -1 | 0 | 1
- 
他の OpenSSL::X509::Name オブジェクトと比較します。 自身が other と一致する場合は 0、otherより大きい場合は1、小さい場合は -1 を返します。 - [PARAM] other:
- 比較するオブジェクト
 
cmp(other) -> -1 | 0 | 1[permalink][rdoc][edit]self <=> other -> -1 | 0 | 1他の OpenSSL::X509::Name オブジェクトと比較します。
自身が other と一致する場合は 0、otherより大きい場合は1、小さい場合は -1 を返します。