BRYEqualsBuilder 1.0.0

BRYEqualsBuilder 1.0.0

测试测试通过
Lang语言 Obj-CObjective C
许可证 MIT
发布最新发布2014年12月

Bryan Irace 维护。



  • Bryan Irace

基于 Apache Commons EqualsBuilder 的对象相等性检测工具。

- (BOOL)isEqual:(id)object {
    return [[[[[BRYEqualsBuilder builderComparingObject:self withObject:object]
               appendObject:self.name otherObject:other.name]
              appendBool:self.isHidden otherBool:other.isHidden]
             appendFloat:self.width otherFloat:other.width]
            appendInteger:self.index otherInteger:other.index].isEqual;
}

许可证

可在 MIT 许可证下使用: http://bryan.mit-license.org