Home asdisplaynode-equalityhelper
Post
Cancel

asdisplaynode-equalityhelper

ASEqualityHelpers.h

1
2
3
4
ASDISPLAYNODE_INLINE BOOL ASObjectIsEqual(id<NSObject> obj, id<NSObject> otherObj)
{
  return obj == otherObj || [obj isEqual:otherObj];
}
This post is licensed under CC BY 4.0 by the author.