比较 this 和 other.
this
为 true 时进行深度比较, 相当于 equals. 为 false 时相当于 compareTo(other) == 0
true
false
compareTo(other) == 0
深度比较 this 和 other, 当且仅当 major, patch, minor, identifier, metadata 完全相同时返回 true.
如: 1.0.0-RC != 1.0-RC
1.0.0-RC
1.0-RC